#577E96

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

Shades of Horizon #577E96

Tints of Horizon #577E96

Color information

#577E96 (or 0x577E96) is unknown color: approx Horizon. HEX triplet: 57, 7E and 96. RGB value is (87,126,150). Sum of RGB (Red+Green+Blue) = 87+126+150=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #577E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E96 is #A88169. Grayscale: #747474. Windows color (decimal): -11043178 or 9862743. OLE color: 9862743.

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

Color convert

RGB87126150-
CMYK0.420.1600.41
HSL202.86º26.58%46.47%-
HSV(B)202.86º42%58.82%-
XYZ16.919.1531.66-
YUV117.07146.58106.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=23.97%
G=34.71%
B=41.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal871261500.420.1600.41202.8626.5846.47
Hex577E962A10029cb1b2e
Octal12717622652200513133356
Binary10101111111110100101101010101000001010011100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577E96; }

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

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

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

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

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

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

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

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