#586BA4

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

Shades of San Marino #586BA4

Tints of San Marino #586BA4

Color information

#586BA4 (or 0x586BA4) is unknown color: approx San Marino. HEX triplet: 58, 6B and A4. RGB value is (88,107,164). Sum of RGB (Red+Green+Blue) = 88+107+164=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #586BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586BA4 is #A7945B. Grayscale: #6B6B6B. Windows color (decimal): -10982492 or 10775384. OLE color: 10775384.

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

Color convert

RGB88107164-
CMYK0.460.3500.36
HSL225º30.16%49.41%-
HSV(B)225º46.34%64.31%-
XYZ15.9815.2737.23-
YUV107.82159.71113.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 107 (42.19% from 255) = 29.81%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=24.51%
G=29.81%
B=45.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881071640.460.3500.3622530.1649.41
Hex586BA42E23024e11e31
Octal13015324456430443413661
Binary101100011010111010010010111010001101001001110000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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