#5972B4

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

Shades of Chetwode Blue #5972B4

Tints of Chetwode Blue #5972B4

Color information

#5972B4 (or 0x5972B4) is unknown color: approx Chetwode Blue. HEX triplet: 59, 72 and B4. RGB value is (89,114,180). Sum of RGB (Red+Green+Blue) = 89+114+180=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #5972B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5972B4 is #A68D4B. Grayscale: #717171. Windows color (decimal): -10915148 or 11825753. OLE color: 11825753.

HSL color Cylindrical-coordinate representation of color #5972B4: hue angle of 223.52º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5972B4 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB89114180-
CMYK0.510.3700.29
HSL223.52º37.76%52.75%-
HSV(B)223.52º50.56%70.59%-
XYZ18.3817.4545.58-
YUV114.05165.22110.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=23.24%
G=29.77%
B=47.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891141800.510.3700.29223.5237.7652.75
Hex5972B4332501De02635
Octal13116226463450353404665
Binary101100111100101011010011001110010101110111100000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5972B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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