#577777

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

Shades of Breaker Bay #577777

Tints of Breaker Bay #577777

Color information

#577777 (or 0x577777) is unknown color: approx Breaker Bay. HEX triplet: 57, 77 and 77. RGB value is (87,119,119). Sum of RGB (Red+Green+Blue) = 87+119+119=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #577777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577777 is #A88888. Grayscale: #6D6D6D. Windows color (decimal): -11045001 or 7829335. OLE color: 7829335.

HSL color Cylindrical-coordinate representation of color #577777: hue angle of 180º 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 #577777 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB87119119-
CMYK0.27000.53
HSL180º15.53%40.39%-
HSV(B)180º26.89%46.67%-
XYZ13.8616.5519.92-
YUV109.43133.4112-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=26.77%
G=36.62%
B=36.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871191190.27000.5318015.5340.39
Hex5777771B0035b41028
Octal1271671673300652642050
Binary10101111110111111011111011001101011011010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577777; }

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

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

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

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

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

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

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

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