#586DA9

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

Shades of San Marino #586DA9

Tints of San Marino #586DA9

Color information

#586DA9 (or 0x586DA9) is unknown color: approx San Marino. HEX triplet: 58, 6D and A9. RGB value is (88,109,169). Sum of RGB (Red+Green+Blue) = 88+109+169=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 169 - color contains mainly: blue. Hex color #586DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586DA9 is #A79256. Grayscale: #6D6D6D. Windows color (decimal): -10981975 or 11103576. OLE color: 11103576.

HSL color Cylindrical-coordinate representation of color #586DA9: hue angle of 224.44º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #586DA9 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB88109169-
CMYK0.480.3600.34
HSL224.44º32.02%50.39%-
HSV(B)224.44º47.93%66.27%-
XYZ16.6515.8839.72-
YUV109.56161.54112.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 169 (66.41% from 255) = 46.17%
R=24.04%
G=29.78%
B=46.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881091690.480.3600.34224.4432.0250.39
Hex586DA93024022e02032
Octal13015525160440423404062
Binary1011000110110110101001110000100100010001011100000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,109,169); }

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

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

 a { background-color: rgb(88,109,169); }

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

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

 span { border-color: rgb(88,109,169); }

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