#577E95

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

Shades of Horizon #577E95

Tints of Horizon #577E95

Color information

#577E95 (or 0x577E95) is unknown color: approx Horizon. HEX triplet: 57, 7E and 95. RGB value is (87,126,149). Sum of RGB (Red+Green+Blue) = 87+126+149=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #577E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E95 is #A8816A. Grayscale: #747474. Windows color (decimal): -11043179 or 9797207. OLE color: 9797207.

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

Color convert

RGB87126149-
CMYK0.420.1500.42
HSL202.26º26.27%46.27%-
HSV(B)202.26º41.61%58.43%-
XYZ16.8219.1231.24-
YUV116.96146.08106.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=24.03%
G=34.81%
B=41.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871261490.420.1500.42202.2626.2746.27
Hex577E952AF02Aca1a2e
Octal12717622552170523123256
Binary1010111111111010010101101010111101010101100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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