#586A9F

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

Shades of San Marino #586A9F

Tints of San Marino #586A9F

Color information

#586A9F (or 0x586A9F) is unknown color: approx San Marino. HEX triplet: 58, 6A and 9F. RGB value is (88,106,159). Sum of RGB (Red+Green+Blue) = 88+106+159=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #586A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A9F is #A79560. Grayscale: #6A6A6A. Windows color (decimal): -10982753 or 10447448. OLE color: 10447448.

HSL color Cylindrical-coordinate representation of color #586A9F: hue angle of 224.79º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #586A9F is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88106159-
CMYK0.450.3300.38
HSL224.79º28.74%48.43%-
HSV(B)224.79º44.65%62.35%-
XYZ15.4414.8934.86-
YUV106.66157.54114.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 106 (41.80% from 255) = 30.03%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=24.93%
G=30.03%
B=45.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881061590.450.3300.38224.7928.7448.43
Hex586A9F2D21026e11d30
Octal13015223755410463413560
Binary101100011010101001111110110110000101001101110000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,106,159); }

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

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

 a { background-color: rgb(88,106,159); }

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

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

 span { border-color: rgb(88,106,159); }

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