#58759F

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

Shades of San Marino #58759F

Tints of San Marino #58759F

Color information

#58759F (or 0x58759F) is unknown color: approx San Marino. HEX triplet: 58, 75 and 9F. RGB value is (88,117,159). Sum of RGB (Red+Green+Blue) = 88+117+159=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #58759F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58759F is #A78A60. Grayscale: #707070. Windows color (decimal): -10979937 or 10450264. OLE color: 10450264.

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

Color convert

RGB88117159-
CMYK0.450.2600.38
HSL215.49º28.74%48.43%-
HSV(B)215.49º44.65%62.35%-
XYZ16.6417.335.26-
YUV113.12153.89110.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 159 (62.5% from 255) = 43.68%
R=24.18%
G=32.14%
B=43.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881171590.450.2600.38215.4928.7448.43
Hex58759F2D1A026d71d30
Octal13016523755320463273560
Binary10110001110101100111111011011101001001101101011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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