#578498

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

Shades of Horizon #578498

Tints of Horizon #578498

Color information

#578498 (or 0x578498) is unknown color: approx Horizon. HEX triplet: 57, 84 and 98. RGB value is (87,132,152). Sum of RGB (Red+Green+Blue) = 87+132+152=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #578498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578498 is #A87B67. Grayscale: #787878. Windows color (decimal): -11041640 or 9995351. OLE color: 9995351.

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

Color convert

RGB87132152-
CMYK0.430.1300.40
HSL198.46º27.2%46.86%-
HSV(B)198.46º42.76%59.61%-
XYZ17.8520.832.78-
YUV120.82145.59103.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=23.45%
G=35.58%
B=40.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871321520.430.1300.40198.4627.246.86
Hex5784982BD028c61b2f
Octal12720423053150503063357
Binary10101111000010010011000101011110101010001100011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578498; }

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

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

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

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

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

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

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

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