#5866CB

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

Shades of Chetwode Blue #5866CB

Tints of Chetwode Blue #5866CB

Color information

#5866CB (or 0x5866CB) is unknown color: approx Chetwode Blue. HEX triplet: 58, 66 and CB. RGB value is (88,102,203). Sum of RGB (Red+Green+Blue) = 88+102+203=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #5866CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5866CB is #A79934. Grayscale: #6C6C6C. Windows color (decimal): -10983733 or 13330008. OLE color: 13330008.

HSL color Cylindrical-coordinate representation of color #5866CB: hue angle of 232.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5866CB is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88102203-
CMYK0.570.5000.20
HSL232.7º52.51%57.06%-
HSV(B)232.7º56.65%79.61%-
XYZ19.5615.8958.54-
YUV109.33180.86112.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.39%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=22.39%
G=25.95%
B=51.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881022030.570.5000.20232.752.5157.06
Hex5866CB3932014e93539
Octal13014631371620243516571
Binary101100011001101100101111100111001001010011101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5866CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5866CB; }

 p { color: rgb(88,102,203); }

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

<style>
 a { background-color: #5866CB; }

 a { background-color: rgb(88,102,203); }

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

<style>
 span { border-color: #5866CB; }

 span { border-color: rgb(88,102,203); }

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