#577D79

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

Shades of Breaker Bay #577D79

Tints of Breaker Bay #577D79

Color information

#577D79 (or 0x577D79) is unknown color: approx Breaker Bay. HEX triplet: 57, 7D and 79. RGB value is (87,125,121). Sum of RGB (Red+Green+Blue) = 87+125+121=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 125 - color contains mainly: green. Hex color #577D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577D79 is #A88286. Grayscale: #717171. Windows color (decimal): -11043463 or 7961943. OLE color: 7961943.

HSL color Cylindrical-coordinate representation of color #577D79: hue angle of 173.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #577D79 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB87125121-
CMYK0.3000.030.51
HSL173.68º17.92%41.57%-
HSV(B)173.68º30.4%49.02%-
XYZ14.7218.0720.8-
YUV113.18132.41109.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=26.13%
G=37.54%
B=36.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871251210.3000.030.51173.6817.9241.57
Hex577D791E0333ae122a
Octal1271751713603632562252
Binary101011111111011111001111100111100111010111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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