#5971BA

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

Shades of Chetwode Blue #5971BA

Tints of Chetwode Blue #5971BA

Color information

#5971BA (or 0x5971BA) is unknown color: approx Chetwode Blue. HEX triplet: 59, 71 and BA. RGB value is (89,113,186). Sum of RGB (Red+Green+Blue) = 89+113+186=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #5971BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971BA is #A68E45. Grayscale: #717171. Windows color (decimal): -10915398 or 12218713. OLE color: 12218713.

HSL color Cylindrical-coordinate representation of color #5971BA: hue angle of 225.15º 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 #5971BA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89113186-
CMYK0.520.3900.27
HSL225.15º41.28%53.92%-
HSV(B)225.15º52.15%72.94%-
XYZ18.8917.4848.83-
YUV114.15168.55110.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.94%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=22.94%
G=29.12%
B=47.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891131860.520.3900.27225.1541.2853.92
Hex5971BA342701Be12936
Octal13116127264470333415166
Binary101100111100011011101011010010011101101111100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5971BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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