#5970BA

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

Shades of Chetwode Blue #5970BA

Tints of Chetwode Blue #5970BA

Color information

#5970BA (or 0x5970BA) is unknown color: approx Chetwode Blue. HEX triplet: 59, 70 and BA. RGB value is (89,112,186). Sum of RGB (Red+Green+Blue) = 89+112+186=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #5970BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970BA is #A68F45. Grayscale: #717171. Windows color (decimal): -10915654 or 12218457. OLE color: 12218457.

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

Color convert

RGB89112186-
CMYK0.520.4000.27
HSL225.77º41.28%53.92%-
HSV(B)225.77º52.15%72.94%-
XYZ18.7817.2648.8-
YUV113.56168.88110.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=23.00%
G=28.94%
B=48.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891121860.520.4000.27225.7741.2853.92
Hex5970BA342801Be22936
Octal13116027264500333425166
Binary101100111100001011101011010010100001101111100010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5970BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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