#586FA3

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

Shades of San Marino #586FA3

Tints of San Marino #586FA3

Color information

#586FA3 (or 0x586FA3) is unknown color: approx San Marino. HEX triplet: 58, 6F and A3. RGB value is (88,111,163). Sum of RGB (Red+Green+Blue) = 88+111+163=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #586FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586FA3 is #A7905C. Grayscale: #6D6D6D. Windows color (decimal): -10981469 or 10710872. OLE color: 10710872.

HSL color Cylindrical-coordinate representation of color #586FA3: hue angle of 221.6º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #586FA3 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB88111163-
CMYK0.460.3200.36
HSL221.6º29.88%49.22%-
HSV(B)221.6º46.01%63.92%-
XYZ16.3216.0936.9-
YUV110.05157.88112.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 111 (43.75% from 255) = 30.66%
BLUE value IS 163 (64.06% from 255) = 45.03%
R=24.31%
G=30.66%
B=45.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881111630.460.3200.36221.629.8849.22
Hex586FA32E20024de1e31
Octal13015724356400443363661
Binary101100011011111010001110111010000001001001101111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,111,163); }

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

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

 a { background-color: rgb(88,111,163); }

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

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

 span { border-color: rgb(88,111,163); }

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