#577577

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

Shades of Breaker Bay #577577

Tints of Breaker Bay #577577

Color information

#577577 (or 0x577577) is unknown color: approx Breaker Bay. HEX triplet: 57, 75 and 77. RGB value is (87,117,119). Sum of RGB (Red+Green+Blue) = 87+117+119=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: blue. Hex color #577577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577577 is #A88A88. Grayscale: #6C6C6C. Windows color (decimal): -11045513 or 7828823. OLE color: 7828823.

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

Color convert

RGB87117119-
CMYK0.270.0200.53
HSL183.75º15.53%40.39%-
HSV(B)183.75º26.89%46.67%-
XYZ13.6216.0819.84-
YUV108.26134.06112.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=26.93%
G=36.22%
B=36.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871171190.270.0200.53183.7515.5340.39
Hex5775771B2035b81028
Octal1271651673320652702050
Binary101011111101011110111110111001101011011100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577577; }

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

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

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

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

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

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

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

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