#577677

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

Shades of Breaker Bay #577677

Tints of Breaker Bay #577677

Color information

#577677 (or 0x577677) is unknown color: approx Breaker Bay. HEX triplet: 57, 76 and 77. RGB value is (87,118,119). Sum of RGB (Red+Green+Blue) = 87+118+119=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #577677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577677 is #A88988. Grayscale: #6C6C6C. Windows color (decimal): -11045257 or 7829079. OLE color: 7829079.

HSL color Cylindrical-coordinate representation of color #577677: hue angle of 181.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #577677 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87118119-
CMYK0.270.0100.53
HSL181.88º15.53%40.39%-
HSV(B)181.88º26.89%46.67%-
XYZ13.7416.3219.88-
YUV108.84133.73112.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=26.85%
G=36.42%
B=36.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871181190.270.0100.53181.8815.5340.39
Hex5776771B1035b61028
Octal1271661673310652662050
Binary10101111110110111011111011101101011011011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577677; }

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

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

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

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

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

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

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

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