#577775

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

Shades of Breaker Bay #577775

Tints of Breaker Bay #577775

Color information

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

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

Color convert

RGB87119117-
CMYK0.2700.020.53
HSL176.25º15.53%40.39%-
HSV(B)176.25º26.89%46.67%-
XYZ13.7416.519.29-
YUV109.2132.4112.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871191170.2700.020.53176.2515.5340.39
Hex5777751B0235b01028
Octal1271671653302652602050
Binary101011111101111110101110110101101011011000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577775; }

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

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

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

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

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

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

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

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