#586EAA

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

Shades of San Marino #586EAA

Tints of San Marino #586EAA

Color information

#586EAA (or 0x586EAA) is unknown color: approx San Marino. HEX triplet: 58, 6E and AA. RGB value is (88,110,170). Sum of RGB (Red+Green+Blue) = 88+110+170=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #586EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586EAA is #A79155. Grayscale: #6D6D6D. Windows color (decimal): -10981718 or 11169368. OLE color: 11169368.

HSL color Cylindrical-coordinate representation of color #586EAA: hue angle of 223.9º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #586EAA is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88110170-
CMYK0.480.3500.33
HSL223.9º32.54%50.59%-
HSV(B)223.9º48.24%66.67%-
XYZ16.8616.1340.25-
YUV110.26161.71112.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.91%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=23.91%
G=29.89%
B=46.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881101700.480.3500.33223.932.5450.59
Hex586EAA3023021e02133
Octal13015625260430413404163
Binary1011000110111010101010110000100011010000111100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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