#5C6FCD

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

Shades of Chetwode Blue #5C6FCD

Tints of Chetwode Blue #5C6FCD

Color information

#5C6FCD (or 0x5C6FCD) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6F and CD. RGB value is (92,111,205). Sum of RGB (Red+Green+Blue) = 92+111+205=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6FCD is #A39032. Grayscale: #737373. Windows color (decimal): -10719283 or 13463388. OLE color: 13463388.

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

Color convert

RGB92111205-
CMYK0.550.4600.20
HSL229.91º53.05%58.24%-
HSV(B)229.91º55.12%80.39%-
XYZ21.1218.0560.13-
YUV116.04178.21110.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.55%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 205 (80.47% from 255) = 50.25%
R=22.55%
G=27.21%
B=50.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921112050.550.4600.20229.9153.0558.24
Hex5C6FCD372E014e6353a
Octal13415731567560243466572
Binary101110011011111100110111011110111001010011100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,111,205); }

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

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

 a { background-color: rgb(92,111,205); }

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

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

 span { border-color: rgb(92,111,205); }

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