#577576

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

Shades of Breaker Bay #577576

Tints of Breaker Bay #577576

Color information

#577576 (or 0x577576) is unknown color: approx Breaker Bay. HEX triplet: 57, 75 and 76. RGB value is (87,117,118). Sum of RGB (Red+Green+Blue) = 87+117+118=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #577576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577576 is #A88A89. Grayscale: #6C6C6C. Windows color (decimal): -11045514 or 7763287. OLE color: 7763287.

HSL color Cylindrical-coordinate representation of color #577576: hue angle of 181.94º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #577576 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB87117118-
CMYK0.260.0100.54
HSL181.94º15.12%40.2%-
HSV(B)181.94º26.27%46.27%-
XYZ13.5616.0619.52-
YUV108.14133.56112.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.02%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=27.02%
G=36.34%
B=36.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871171180.260.0100.54181.9415.1240.2
Hex5775761A1036b6f28
Octal1271651663210662661750
Binary1010111111010111101101101010110110101101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577576; }

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

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

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

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

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

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

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

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