#578096

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

Shades of Horizon #578096

Tints of Horizon #578096

Color information

#578096 (or 0x578096) is unknown color: approx Horizon. HEX triplet: 57, 80 and 96. RGB value is (87,128,150). Sum of RGB (Red+Green+Blue) = 87+128+150=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #578096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578096 is #A87F69. Grayscale: #767676. Windows color (decimal): -11042666 or 9863255. OLE color: 9863255.

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

Color convert

RGB87128150-
CMYK0.420.1500.41
HSL200.95º26.58%46.47%-
HSV(B)200.95º42%58.82%-
XYZ17.1519.6731.75-
YUV118.25145.92105.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 150 (58.98% from 255) = 41.10%
R=23.84%
G=35.07%
B=41.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871281500.420.1500.41200.9526.5846.47
Hex5780962AF029c91b2e
Octal12720022652170513113356
Binary10101111000000010010110101010111101010011100100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578096; }

 p { color: rgb(87,128,150); }

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

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

 a { background-color: rgb(87,128,150); }

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

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

 span { border-color: rgb(87,128,150); }

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