#58749D

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

Shades of San Marino #58749D

Tints of San Marino #58749D

Color information

#58749D (or 0x58749D) is unknown color: approx San Marino. HEX triplet: 58, 74 and 9D. RGB value is (88,116,157). Sum of RGB (Red+Green+Blue) = 88+116+157=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #58749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58749D is #A78B62. Grayscale: #707070. Windows color (decimal): -10980195 or 10318936. OLE color: 10318936.

HSL color Cylindrical-coordinate representation of color #58749D: hue angle of 215.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58749D is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88116157-
CMYK0.440.2600.38
HSL215.65º28.16%48.04%-
HSV(B)215.65º43.95%61.57%-
XYZ16.361734.32-
YUV112.3153.22110.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=24.38%
G=32.13%
B=43.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881161570.440.2600.38215.6528.1648.04
Hex58749D2C1A026d81c30
Octal13016423554320463303460
Binary10110001110100100111011011001101001001101101100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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