#586EAB

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

Shades of San Marino #586EAB

Tints of San Marino #586EAB

Color information

#586EAB (or 0x586EAB) is unknown color: approx San Marino. HEX triplet: 58, 6E and AB. RGB value is (88,110,171). Sum of RGB (Red+Green+Blue) = 88+110+171=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #586EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586EAB is #A79154. Grayscale: #6E6E6E. Windows color (decimal): -10981717 or 11234904. OLE color: 11234904.

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

Color convert

RGB88110171-
CMYK0.490.3600.33
HSL224.1º33.07%50.78%-
HSV(B)224.1º48.54%67.06%-
XYZ16.9516.1740.76-
YUV110.38162.21112.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=23.85%
G=29.81%
B=46.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881101710.490.3600.33224.133.0750.78
Hex586EAB3124021e02133
Octal13015625361440413404163
Binary1011000110111010101011110001100100010000111100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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