#58749F

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

Shades of San Marino #58749F

Tints of San Marino #58749F

Color information

#58749F (or 0x58749F) is unknown color: approx San Marino. HEX triplet: 58, 74 and 9F. RGB value is (88,116,159). Sum of RGB (Red+Green+Blue) = 88+116+159=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #58749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58749F is #A78B60. Grayscale: #707070. Windows color (decimal): -10980193 or 10450008. OLE color: 10450008.

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

Color convert

RGB88116159-
CMYK0.450.2700.38
HSL216.34º28.74%48.43%-
HSV(B)216.34º44.65%62.35%-
XYZ16.5317.0735.22-
YUV112.53154.22110.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.24%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=24.24%
G=31.96%
B=43.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881161590.450.2700.38216.3428.7448.43
Hex58749F2D1B026d81d30
Octal13016423755330463303560
Binary10110001110100100111111011011101101001101101100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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