Html Css Color HEX #5972BA Chetwode Blue

📋 copy color: '#5972BA'

red 89 ◦ green 114 ◦ blue 186

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

Shades of Chetwode Blue #5972BA

Tints of Chetwode Blue #5972BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 22.88%
G = 29.31%
B = 47.81%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5972BA (or 0x5972BA) is known color: Chetwode Blue. HEX triplet: 59, 72 and BA. RGB value is (89,114,186). Sum of RGB (Red+Green+Blue) = 89+114+186=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #5972BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972BA is #A68D45. Grayscale: #727272. Windows color (decimal): -10915142 or 12218969. OLE color: 12218969.

HSL color Cylindrical-coordinate representation of color #5972BA: hue angle of 224.54º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5972BA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 114 186 -
CMYK 0.52 0.39 0 0.27
HSL 224.54º 0.41% 0.54% -
HSV(B) 224.54º 0.52% 0.73% -
XYZ 19 17.7 48.87 -
YUV 114.73 168.22 109.65 -
System Red Green Blue C M Y K H S L
Decimal 89 114 186 0.52 0.39 0 0.27 224.54 0.41 0.54
Hex 59 72 BA 34 27 0 1B E1 29 36
Octal 131 162 272 64 47 0 33 341 51 66
Binary 1011001 1110010 10111010 110100 100111 0 11011 11100001 101001 110110

Color Harmonies of #5972BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5972BA

Black with #5972BA

Text Example


Text Example

White with #5972BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5972BA; }

 p { color: rgb(89,114,186); }

 H1.HeaderClassName
 {
   color: #5972BA;
 }
 .AnyTagClassName
 {
   color: #5972BA;
 }
</style>

background-color css

<style>
 a { background-color: #5972BA; }

 a { background-color: rgb(89,114,186); }

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

border-color css

<style>
 span { border-color: #5972BA; }

 span { border-color: rgb(89,114,186); }

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