#578196

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

Shades of Horizon #578196

Tints of Horizon #578196

Color information

#578196 (or 0x578196) is unknown color: approx Horizon. HEX triplet: 57, 81 and 96. RGB value is (87,129,150). Sum of RGB (Red+Green+Blue) = 87+129+150=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #578196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578196 is #A87E69. Grayscale: #767676. Windows color (decimal): -11042410 or 9863511. OLE color: 9863511.

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

Color convert

RGB87129150-
CMYK0.420.1400.41
HSL200º26.58%46.47%-
HSV(B)200º42%58.82%-
XYZ17.2919.9331.79-
YUV118.84145.59105.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.77%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=23.77%
G=35.25%
B=40.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871291500.420.1400.4120026.5846.47
Hex5781962AE029c81b2e
Octal12720122652160513103356
Binary10101111000000110010110101010111001010011100100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578196; }

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

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

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

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

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

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

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

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