#578999

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

Shades of Horizon #578999

Tints of Horizon #578999

Color information

#578999 (or 0x578999) is unknown color: approx Horizon. HEX triplet: 57, 89 and 99. RGB value is (87,137,153). Sum of RGB (Red+Green+Blue) = 87+137+153=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #578999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578999 is #A87666. Grayscale: #7B7B7B. Windows color (decimal): -11040359 or 10062167. OLE color: 10062167.

HSL color Cylindrical-coordinate representation of color #578999: hue angle of 194.55º 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 #578999 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB87137153-
CMYK0.430.1000.4
HSL194.55º27.5%47.06%-
HSV(B)194.55º43.14%60%-
XYZ18.6322.2233.44-
YUV123.87144.44101.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=23.08%
G=36.34%
B=40.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal871371530.430.1000.4194.5527.547.06
Hex5789992BA028c31b2f
Octal12721123153120503033357
Binary10101111000100110011001101011101001010001100001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578999; }

 p { color: rgb(87,137,153); }

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

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

 a { background-color: rgb(87,137,153); }

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

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

 span { border-color: rgb(87,137,153); }

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