#578296

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

Shades of Horizon #578296

Tints of Horizon #578296

Color information

#578296 (or 0x578296) is unknown color: approx Horizon. HEX triplet: 57, 82 and 96. RGB value is (87,130,150). Sum of RGB (Red+Green+Blue) = 87+130+150=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #578296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578296 is #A87D69. Grayscale: #777777. Windows color (decimal): -11042154 or 9863767. OLE color: 9863767.

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

Color convert

RGB87130150-
CMYK0.420.1300.41
HSL199.05º26.58%46.47%-
HSV(B)199.05º42%58.82%-
XYZ17.4220.1931.83-
YUV119.42145.25104.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.71%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=23.71%
G=35.42%
B=40.87%

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
Decimal871301500.420.1300.41199.0526.5846.47
Hex5782962AD029c71b2e
Octal12720222652150513073356
Binary10101111000001010010110101010110101010011100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578296; }

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

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

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

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

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

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

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

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