#58709C

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

Shades of San Marino #58709C

Tints of San Marino #58709C

Color information

#58709C (or 0x58709C) is unknown color: approx San Marino. HEX triplet: 58, 70 and 9C. RGB value is (88,112,156). Sum of RGB (Red+Green+Blue) = 88+112+156=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #58709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58709C is #A78F63. Grayscale: #6D6D6D. Windows color (decimal): -10981220 or 10252376. OLE color: 10252376.

HSL color Cylindrical-coordinate representation of color #58709C: hue angle of 218.82º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58709C is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88112156-
CMYK0.440.2800.39
HSL218.82º27.87%47.84%-
HSV(B)218.82º43.59%61.18%-
XYZ15.8216.0633.72-
YUV109.84154.05112.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=24.72%
G=31.46%
B=43.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881121560.440.2800.39218.8227.8747.84
Hex58709C2C1C027db1c30
Octal13016023454340473333460
Binary10110001110000100111001011001110001001111101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58709C; }

 p { color: rgb(88,112,156); }

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

<style>
 a { background-color: #58709C; }

 a { background-color: rgb(88,112,156); }

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

<style>
 span { border-color: #58709C; }

 span { border-color: rgb(88,112,156); }

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