#5870AE

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

Shades of Chetwode Blue #5870AE

Tints of Chetwode Blue #5870AE

Color information

#5870AE (or 0x5870AE) is unknown color: approx Chetwode Blue. HEX triplet: 58, 70 and AE. RGB value is (88,112,174). Sum of RGB (Red+Green+Blue) = 88+112+174=374 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.53% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #5870AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5870AE is #A78F51. Grayscale: #6F6F6F. Windows color (decimal): -10981202 or 11432024. OLE color: 11432024.

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

Color convert

RGB88112174-
CMYK0.490.3600.32
HSL223.26º34.68%51.37%-
HSV(B)223.26º49.43%68.24%-
XYZ17.4616.7242.35-
YUV111.89163.05110.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.53%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=23.53%
G=29.95%
B=46.52%

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
Decimal881121740.490.3600.32223.2634.6851.37
Hex5870AE3124020df2333
Octal13016025661440403374363
Binary1011000111000010101110110001100100010000011011111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5870AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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