#578497

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

Shades of Horizon #578497

Tints of Horizon #578497

Color information

#578497 (or 0x578497) is unknown color: approx Horizon. HEX triplet: 57, 84 and 97. RGB value is (87,132,151). Sum of RGB (Red+Green+Blue) = 87+132+151=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #578497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578497 is #A87B68. Grayscale: #787878. Windows color (decimal): -11041641 or 9929815. OLE color: 9929815.

HSL color Cylindrical-coordinate representation of color #578497: hue angle of 197.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #578497 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB87132151-
CMYK0.420.1300.41
HSL197.81º26.89%46.67%-
HSV(B)197.81º42.38%59.22%-
XYZ17.7720.7632.35-
YUV120.71145.09103.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=23.51%
G=35.68%
B=40.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871321510.420.1300.41197.8126.8946.67
Hex5784972AD029c61b2f
Octal12720422752150513063357
Binary10101111000010010010111101010110101010011100011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578497; }

 p { color: rgb(87,132,151); }

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

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

 a { background-color: rgb(87,132,151); }

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

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

 span { border-color: rgb(87,132,151); }

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