#58859b

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

Shades of Horizon #58859B

Tints of Horizon #58859B

Color information

#58859B (or 0x58859B) is unknown color: approx Horizon. HEX triplet: 58, 85 and 9B. RGB value is (88,133,155). Sum of RGB (Red+Green+Blue) = 88+133+155=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #58859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58859B is #A77A64. Grayscale: #797979. Windows color (decimal): -10975845 or 10192216. OLE color: 10192216.

HSL color Cylindrical-coordinate representation of color #58859B: hue angle of 199.7º 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 #58859B is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88133155-
CMYK0.430.1400.39
HSL199.7º27.57%47.65%-
HSV(B)199.7º43.23%60.78%-
XYZ18.3321.2234.14-
YUV122.05146.59103.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.40%
GREEN value IS 133 (52.34% from 255) = 35.37%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=23.40%
G=35.37%
B=41.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881331550.430.1400.39199.727.5747.65
Hex58859B2BE027c81c30
Octal13020523353160473103460
Binary10110001000010110011011101011111001001111100100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58859b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58859b; }

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

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

<style>
 a { background-color: #58859b; }

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

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

<style>
 span { border-color: #58859b; }

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

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