#5D6FCC

Color #5D6FCC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5D6FCC

Tints of Chetwode Blue #5D6FCC

Color information

#5D6FCC (or 0x5D6FCC) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 6F and CC. RGB value is (93,111,204). Sum of RGB (Red+Green+Blue) = 93+111+204=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D6FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6FCC is #A29033. Grayscale: #737373. Windows color (decimal): -10653748 or 13397853. OLE color: 13397853.

HSL color Cylindrical-coordinate representation of color #5D6FCC: hue angle of 230.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D6FCC is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB93111204-
CMYK0.540.4600.2
HSL230.27º52.11%58.24%-
HSV(B)230.27º54.41%80%-
XYZ21.118.0659.5-
YUV116.22177.54111.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 22.79%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 204 (80.08% from 255) = 50%
R=22.79%
G=27.21%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal931112040.540.4600.2230.2752.1158.24
Hex5D6FCC362E014e6343a
Octal13515731466560243466472
Binary101110111011111100110011011010111001010011100110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D6FCC; }

 p { color: rgb(93,111,204); }

 H1.HeaderClassName
 {
   color: #5D6FCC;
 }
 .AnyTagClassName
 {
   color: #5D6FCC;
 }
</style>
background-color css

<style>
 a { background-color: #5D6FCC; }

 a { background-color: rgb(93,111,204); }

 div.DivClassName
 {
   background-color: #5D6FCC;
 }
 .BgClassName
 {
   background-color: #5D6FCC;
 }
</style>
border-color css

<style>
 span { border-color: #5D6FCC; }

 span { border-color: rgb(93,111,204); }

 td.TdClassName
 {
   border-color: #5D6FCC;
 }
 .TagClassName
 {
   border-color: #5D6FCC;
 }
</style>