#577D77

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

Shades of Breaker Bay #577D77

Tints of Breaker Bay #577D77

Color information

#577D77 (or 0x577D77) is unknown color: approx Breaker Bay. HEX triplet: 57, 7D and 77. RGB value is (87,125,119). Sum of RGB (Red+Green+Blue) = 87+125+119=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 125 - color contains mainly: green. Hex color #577D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577D77 is #A88288. Grayscale: #707070. Windows color (decimal): -11043465 or 7830871. OLE color: 7830871.

HSL color Cylindrical-coordinate representation of color #577D77: hue angle of 170.53º 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 #577D77 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB87125119-
CMYK0.3000.050.51
HSL170.53º17.92%41.57%-
HSV(B)170.53º30.4%49.02%-
XYZ14.5918.0320.16-
YUV112.95131.41109.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=26.28%
G=37.76%
B=35.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal871251190.3000.050.51170.5317.9241.57
Hex577D771E0533ab122a
Octal1271751673605632532252
Binary1010111111110111101111111001011100111010101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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