#586BA2

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

Shades of San Marino #586BA2

Tints of San Marino #586BA2

Color information

#586BA2 (or 0x586BA2) is unknown color: approx San Marino. HEX triplet: 58, 6B and A2. RGB value is (88,107,162). Sum of RGB (Red+Green+Blue) = 88+107+162=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #586BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586BA2 is #A7945D. Grayscale: #6B6B6B. Windows color (decimal): -10982494 or 10644312. OLE color: 10644312.

HSL color Cylindrical-coordinate representation of color #586BA2: hue angle of 224.59º 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 #586BA2 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB88107162-
CMYK0.460.3400.36
HSL224.59º29.6%49.02%-
HSV(B)224.59º45.68%63.53%-
XYZ15.815.236.28-
YUV107.59158.71114.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 162 (63.67% from 255) = 45.38%
R=24.65%
G=29.97%
B=45.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881071620.460.3400.36224.5929.649.02
Hex586BA22E22024e11e31
Octal13015324256420443413661
Binary101100011010111010001010111010001001001001110000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,107,162); }

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

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

 a { background-color: rgb(88,107,162); }

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

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

 span { border-color: rgb(88,107,162); }

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