#577A77

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

Shades of Breaker Bay #577A77

Tints of Breaker Bay #577A77

Color information

#577A77 (or 0x577A77) is unknown color: approx Breaker Bay. HEX triplet: 57, 7A and 77. RGB value is (87,122,119). Sum of RGB (Red+Green+Blue) = 87+122+119=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #577A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A77 is #A88588. Grayscale: #6F6F6F. Windows color (decimal): -11044233 or 7830103. OLE color: 7830103.

HSL color Cylindrical-coordinate representation of color #577A77: hue angle of 174.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577A77 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB87122119-
CMYK0.2900.020.52
HSL174.86º16.75%40.98%-
HSV(B)174.86º28.69%47.84%-
XYZ14.2217.2820.04-
YUV111.19132.4110.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=26.52%
G=37.20%
B=36.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal871221190.2900.020.52174.8616.7540.98
Hex577A771D0234af1129
Octal1271721673502642572151
Binary101011111110101110111111010101101001010111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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