#58719C

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

Shades of San Marino #58719C

Tints of San Marino #58719C

Color information

#58719C (or 0x58719C) is unknown color: approx San Marino. HEX triplet: 58, 71 and 9C. RGB value is (88,113,156). Sum of RGB (Red+Green+Blue) = 88+113+156=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #58719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58719C is #A78E63. Grayscale: #6E6E6E. Windows color (decimal): -10980964 or 10252632. OLE color: 10252632.

HSL color Cylindrical-coordinate representation of color #58719C: hue angle of 217.94º 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 #58719C is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88113156-
CMYK0.440.2800.39
HSL217.94º27.87%47.84%-
HSV(B)217.94º43.59%61.18%-
XYZ15.9316.2933.76-
YUV110.43153.72112-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 156 (61.33% from 255) = 43.70%
R=24.65%
G=31.65%
B=43.70%

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
Decimal881131560.440.2800.39217.9427.8747.84
Hex58719C2C1C027da1c30
Octal13016123454340473323460
Binary10110001110001100111001011001110001001111101101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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