#5970AE

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

Shades of Chetwode Blue #5970AE

Tints of Chetwode Blue #5970AE

Color information

#5970AE (or 0x5970AE) is unknown color: approx Chetwode Blue. HEX triplet: 59, 70 and AE. RGB value is (89,112,174). Sum of RGB (Red+Green+Blue) = 89+112+174=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #5970AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5970AE is #A68F51. Grayscale: #6F6F6F. Windows color (decimal): -10915666 or 11432025. OLE color: 11432025.

HSL color Cylindrical-coordinate representation of color #5970AE: hue angle of 223.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5970AE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB89112174-
CMYK0.490.3600.32
HSL223.76º34.41%51.57%-
HSV(B)223.76º48.85%68.24%-
XYZ17.5516.7742.36-
YUV112.19162.88111.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=23.73%
G=29.87%
B=46.4%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891121740.490.3600.32223.7634.4151.57
Hex5970AE3124020e02234
Octal13116025661440403404264
Binary1011001111000010101110110001100100010000011100000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5970AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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