#58789F

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

Shades of San Marino #58789F

Tints of San Marino #58789F

Color information

#58789F (or 0x58789F) is unknown color: approx San Marino. HEX triplet: 58, 78 and 9F. RGB value is (88,120,159). Sum of RGB (Red+Green+Blue) = 88+120+159=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #58789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58789F is #A78760. Grayscale: #727272. Windows color (decimal): -10979169 or 10451032. OLE color: 10451032.

HSL color Cylindrical-coordinate representation of color #58789F: hue angle of 212.96º 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 #58789F is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88120159-
CMYK0.450.2500.38
HSL212.96º28.74%48.43%-
HSV(B)212.96º44.65%62.35%-
XYZ1718.0135.38-
YUV114.88152.9108.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=23.98%
G=32.70%
B=43.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881201590.450.2500.38212.9628.7448.43
Hex58789F2D19026d51d30
Octal13017023755310463253560
Binary10110001111000100111111011011100101001101101010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58789F; }

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

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

<style>
 a { background-color: #58789F; }

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

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

<style>
 span { border-color: #58789F; }

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

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