#577D95

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

Shades of Horizon #577D95

Tints of Horizon #577D95

Color information

#577D95 (or 0x577D95) is unknown color: approx Horizon. HEX triplet: 57, 7D and 95. RGB value is (87,125,149). Sum of RGB (Red+Green+Blue) = 87+125+149=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #577D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577D95 is #A8826A. Grayscale: #747474. Windows color (decimal): -11043435 or 9796951. OLE color: 9796951.

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

Color convert

RGB87125149-
CMYK0.420.1600.42
HSL203.23º26.27%46.27%-
HSV(B)203.23º41.61%58.43%-
XYZ16.6918.8631.2-
YUV116.37146.41107.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 149 (58.59% from 255) = 41.27%
R=24.10%
G=34.63%
B=41.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871251490.420.1600.42203.2326.2746.27
Hex577D952A1002Acb1a2e
Octal12717522552200523133256
Binary10101111111101100101011010101000001010101100101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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