#586EA1

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

Shades of San Marino #586EA1

Tints of San Marino #586EA1

Color information

#586EA1 (or 0x586EA1) is unknown color: approx San Marino. HEX triplet: 58, 6E and A1. RGB value is (88,110,161). Sum of RGB (Red+Green+Blue) = 88+110+161=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 161 - color contains mainly: blue. Hex color #586EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586EA1 is #A7915E. Grayscale: #6D6D6D. Windows color (decimal): -10981727 or 10579544. OLE color: 10579544.

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

Color convert

RGB88110161-
CMYK0.450.3200.37
HSL221.92º29.32%48.82%-
HSV(B)221.92º45.34%63.14%-
XYZ16.0315.835.92-
YUV109.24157.21112.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 161 (63.28% from 255) = 44.85%
R=24.51%
G=30.64%
B=44.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881101610.450.3200.37221.9229.3248.82
Hex586EA12D20025de1d31
Octal13015624155400453363561
Binary101100011011101010000110110110000001001011101111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,110,161); }

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

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

 a { background-color: rgb(88,110,161); }

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

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

 span { border-color: rgb(88,110,161); }

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