#586FB3

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

Shades of Chetwode Blue #586FB3

Tints of Chetwode Blue #586FB3

Color information

#586FB3 (or 0x586FB3) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6F and B3. RGB value is (88,111,179). Sum of RGB (Red+Green+Blue) = 88+111+179=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #586FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586FB3 is #A7904C. Grayscale: #6F6F6F. Windows color (decimal): -10981453 or 11759448. OLE color: 11759448.

HSL color Cylindrical-coordinate representation of color #586FB3: hue angle of 224.84º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #586FB3 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB88111179-
CMYK0.510.3800.30
HSL224.84º37.45%52.35%-
HSV(B)224.84º50.84%70.2%-
XYZ17.8516.744.93-
YUV111.88165.88110.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 179 (70.31% from 255) = 47.35%
R=23.28%
G=29.37%
B=47.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881111790.510.3800.30224.8437.4552.35
Hex586FB3332601Ee12534
Octal13015726363460363414564
Binary101100011011111011001111001110011001111011100001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,111,179); }

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

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

 a { background-color: rgb(88,111,179); }

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

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

 span { border-color: rgb(88,111,179); }

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