#58859A

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

Shades of Horizon #58859A

Tints of Horizon #58859A

Color information

#58859A (or 0x58859A) is unknown color: approx Horizon. HEX triplet: 58, 85 and 9A. RGB value is (88,133,154). Sum of RGB (Red+Green+Blue) = 88+133+154=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #58859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58859A is #A77A65. Grayscale: #797979. Windows color (decimal): -10975846 or 10126680. OLE color: 10126680.

HSL color Cylindrical-coordinate representation of color #58859A: hue angle of 199.09º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58859A is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88133154-
CMYK0.430.1400.40
HSL199.09º27.27%47.45%-
HSV(B)199.09º42.86%60.39%-
XYZ18.2421.1833.7-
YUV121.94146.09103.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=23.47%
G=35.47%
B=41.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881331540.430.1400.40199.0927.2747.45
Hex58859A2BE028c71b2f
Octal13020523253160503073357
Binary10110001000010110011010101011111001010001100011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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