#58799E

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

Shades of San Marino #58799E

Tints of San Marino #58799E

Color information

#58799E (or 0x58799E) is unknown color: approx San Marino. HEX triplet: 58, 79 and 9E. RGB value is (88,121,158). Sum of RGB (Red+Green+Blue) = 88+121+158=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #58799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58799E is #A78661. Grayscale: #737373. Windows color (decimal): -10978914 or 10385752. OLE color: 10385752.

HSL color Cylindrical-coordinate representation of color #58799E: hue angle of 211.71º 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 #58799E is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88121158-
CMYK0.440.2300.38
HSL211.71º28.46%48.24%-
HSV(B)211.71º44.3%61.96%-
XYZ17.0318.2234.97-
YUV115.35152.07108.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.98%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=23.98%
G=32.97%
B=43.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881211580.440.2300.38211.7128.4648.24
Hex58799E2C17026d41c30
Octal13017123654270463243460
Binary10110001111001100111101011001011101001101101010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58799E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58799E; }

 p { color: rgb(88,121,158); }

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

<style>
 a { background-color: #58799E; }

 a { background-color: rgb(88,121,158); }

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

<style>
 span { border-color: #58799E; }

 span { border-color: rgb(88,121,158); }

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