Html Css Color HEX #5971CB Chetwode Blue

📋 copy color: '#5971CB'

red 89 ◦ green 113 ◦ blue 203

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

Shades of Chetwode Blue #5971CB

Tints of Chetwode Blue #5971CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

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

R = 21.98%
G = 27.9%
B = 50.12%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5971CB (or 0x5971CB) is known color: Chetwode Blue. HEX triplet: 59, 71 and CB. RGB value is (89,113,203). Sum of RGB (Red+Green+Blue) = 89+113+203=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #5971CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971CB is #A68E34. Grayscale: #737373. Windows color (decimal): -10915381 or 13332825. OLE color: 13332825.

HSL color Cylindrical-coordinate representation of color #5971CB: hue angle of 227.37º 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 #5971CB is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 113 203 -
CMYK 0.56 0.44 0 0.20
HSL 227.37º 0.52% 0.57% -
HSV(B) 227.37º 0.56% 0.8% -
XYZ 20.8 18.25 58.93 -
YUV 116.08 177.05 108.68 -
System Red Green Blue C M Y K H S L
Decimal 89 113 203 0.56 0.44 0 0.20 227.37 0.52 0.57
Hex 59 71 CB 38 2C 0 14 E3 34 39
Octal 131 161 313 70 54 0 24 343 64 71
Binary 1011001 1110001 11001011 111000 101100 0 10100 11100011 110100 111001

Color Harmonies of #5971CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971CB

Black with #5971CB

Text Example


Text Example

White with #5971CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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