Html Css Color HEX #5966CB Chetwode Blue

📋 copy color: '#5966CB'

red 89 ◦ green 102 ◦ blue 203

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

Shades of Chetwode Blue #5966CB

Tints of Chetwode Blue #5966CB

RGB

 RED value IS 89 (35.16% from 255) = 22.59%

 GREEN value IS 102 (40.23% from 255) = 25.89%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 22.59%
G = 25.89%
B = 51.52%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5966CB (or 0x5966CB) is known color: Chetwode Blue. HEX triplet: 59, 66 and CB. RGB value is (89,102,203). Sum of RGB (Red+Green+Blue) = 89+102+203=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #5966CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5966CB is #A69934. Grayscale: #6D6D6D. Windows color (decimal): -10918197 or 13330009. OLE color: 13330009.

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

Color convert

RGB 89 102 203 -
CMYK 0.56 0.50 0 0.20
HSL 233.16º 0.52% 0.57% -
HSV(B) 233.16º 0.56% 0.8% -
XYZ 19.65 15.94 58.54 -
YUV 109.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 89 102 203 0.56 0.50 0 0.20 233.16 0.52 0.57
Hex 59 66 CB 38 32 0 14 E9 34 39
Octal 131 146 313 70 62 0 24 351 64 71
Binary 1011001 1100110 11001011 111000 110010 0 10100 11101001 110100 111001

Color Harmonies of #5966CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5966CB

Black with #5966CB

Text Example


Text Example

White with #5966CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5966CB;
 }
 .AnyTagClassName
 {
   color: #5966CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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