#577575

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

Shades of Breaker Bay #577575

Tints of Breaker Bay #577575

Color information

#577575 (or 0x577575) is unknown color: approx Breaker Bay. HEX triplet: 57, 75 and 75. RGB value is (87,117,117). Sum of RGB (Red+Green+Blue) = 87+117+117=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #577575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577575 is #A88A8A. Grayscale: #6C6C6C. Windows color (decimal): -11045515 or 7697751. OLE color: 7697751.

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

Color convert

RGB87117117-
CMYK0.26000.54
HSL180º14.71%40%-
HSV(B)180º25.64%45.88%-
XYZ13.516.0319.21-
YUV108.03133.06113-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=27.10%
G=36.45%
B=36.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871171170.26000.5418014.7140
Hex5775751A0036b4f28
Octal1271651653200662641750
Binary1010111111010111101011101000110110101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577575; }

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

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

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

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

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

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

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

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