#578896

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

Shades of Horizon #578896

Tints of Horizon #578896

Color information

#578896 (or 0x578896) is unknown color: approx Horizon. HEX triplet: 57, 88 and 96. RGB value is (87,136,150). Sum of RGB (Red+Green+Blue) = 87+136+150=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #578896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578896 is #A87769. Grayscale: #7A7A7A. Windows color (decimal): -11040618 or 9865303. OLE color: 9865303.

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

Color convert

RGB87136150-
CMYK0.420.0900.41
HSL193.33º26.58%46.47%-
HSV(B)193.33º42%58.82%-
XYZ18.2421.8432.11-
YUV122.94143.27102.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.32%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=23.32%
G=36.46%
B=40.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871361500.420.0900.41193.3326.5846.47
Hex5788962A9029c11b2e
Octal12721022652110513013356
Binary10101111000100010010110101010100101010011100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578896; }

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

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

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

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

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

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

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

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