#586BAE

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

Shades of Chetwode Blue #586BAE

Tints of Chetwode Blue #586BAE

Color information

#586BAE (or 0x586BAE) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6B and AE. RGB value is (88,107,174). Sum of RGB (Red+Green+Blue) = 88+107+174=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #586BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586BAE is #A79451. Grayscale: #6C6C6C. Windows color (decimal): -10982482 or 11430744. OLE color: 11430744.

HSL color Cylindrical-coordinate representation of color #586BAE: hue angle of 226.74º 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 #586BAE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88107174-
CMYK0.490.3900.32
HSL226.74º34.68%51.37%-
HSV(B)226.74º49.43%68.24%-
XYZ16.9215.6542.17-
YUV108.96164.71113.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=23.85%
G=29.00%
B=47.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881071740.490.3900.32226.7434.6851.37
Hex586BAE3127020e32333
Octal13015325661470403434363
Binary1011000110101110101110110001100111010000011100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586BAE; }

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

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

<style>
 a { background-color: #586BAE; }

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

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

<style>
 span { border-color: #586BAE; }

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

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