#586BAD

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

Shades of Chetwode Blue #586BAD

Tints of Chetwode Blue #586BAD

Color information

#586BAD (or 0x586BAD) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6B and AD. RGB value is (88,107,173). Sum of RGB (Red+Green+Blue) = 88+107+173=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #586BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586BAD is #A79452. Grayscale: #6C6C6C. Windows color (decimal): -10982483 or 11365208. OLE color: 11365208.

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

Color convert

RGB88107173-
CMYK0.490.3800.32
HSL226.59º34.14%51.18%-
HSV(B)226.59º49.13%67.84%-
XYZ16.8315.6141.66-
YUV108.84164.21113.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=23.91%
G=29.08%
B=47.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881071730.490.3800.32226.5934.1451.18
Hex586BAD3126020e32233
Octal13015325561460403434263
Binary1011000110101110101101110001100110010000011100011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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