#58789B

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

Shades of San Marino #58789B

Tints of San Marino #58789B

Color information

#58789B (or 0x58789B) is unknown color: approx San Marino. HEX triplet: 58, 78 and 9B. RGB value is (88,120,155). Sum of RGB (Red+Green+Blue) = 88+120+155=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #58789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58789B is #A78764. Grayscale: #727272. Windows color (decimal): -10979173 or 10188888. OLE color: 10188888.

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

Color convert

RGB88120155-
CMYK0.430.2300.39
HSL211.34º27.57%47.65%-
HSV(B)211.34º43.23%60.78%-
XYZ16.6617.8733.58-
YUV114.42150.9109.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.24%
GREEN value IS 120 (47.27% from 255) = 33.06%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=24.24%
G=33.06%
B=42.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881201550.430.2300.39211.3427.5747.65
Hex58789B2B17027d31c30
Octal13017023353270473233460
Binary10110001111000100110111010111011101001111101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58789B; }

 p { color: rgb(88,120,155); }

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

<style>
 a { background-color: #58789B; }

 a { background-color: rgb(88,120,155); }

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

<style>
 span { border-color: #58789B; }

 span { border-color: rgb(88,120,155); }

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