Html Css Color HEX #5866CB Chetwode Blue

📋 copy color: '#5866CB'

red 88 ◦ green 102 ◦ blue 203

#5866CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5866CB

Tints of Chetwode Blue #5866CB

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 value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5866CB (or 0x5866CB) is known color: 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

RGB 88 102 203 -
CMYK 0.57 0.50 0 0.20
HSL 232.7º 0.53% 0.57% -
HSV(B) 232.7º 0.57% 0.8% -
XYZ 19.56 15.89 58.54 -
YUV 109.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 88 102 203 0.57 0.50 0 0.20 232.7 0.53 0.57
Hex 58 66 CB 39 32 0 14 E9 35 39
Octal 130 146 313 71 62 0 24 351 65 71
Binary 1011000 1100110 11001011 111001 110010 0 10100 11101001 110101 111001

Color Harmonies of #5866CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5866CB

Black with #5866CB

Text Example


Text Example

White with #5866CB

Text Example


Text Example

HTML Codes & Css Web 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>