#586FA0

Color #586FA0 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #586FA0

Tints of San Marino #586FA0

Color information

#586FA0 (or 0x586FA0) is unknown color: approx San Marino. HEX triplet: 58, 6F and A0. RGB value is (88,111,160). Sum of RGB (Red+Green+Blue) = 88+111+160=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 160 - color contains mainly: blue. Hex color #586FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586FA0 is #A7905F. Grayscale: #6D6D6D. Windows color (decimal): -10981472 or 10514264. OLE color: 10514264.

HSL color Cylindrical-coordinate representation of color #586FA0: hue angle of 220.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #586FA0 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB88111160-
CMYK0.450.3100.37
HSL220.83º29.03%48.63%-
HSV(B)220.83º45%62.75%-
XYZ16.0515.9835.5-
YUV109.71156.38112.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 160 (62.89% from 255) = 44.57%
R=24.51%
G=30.92%
B=44.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881111600.450.3100.37220.8329.0348.63
Hex586FA02D1F025dd1d31
Octal13015724055370453353561
Binary10110001101111101000001011011111101001011101110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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