#577574

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

Shades of Breaker Bay #577574

Tints of Breaker Bay #577574

Color information

#577574 (or 0x577574) is unknown color: approx Breaker Bay. HEX triplet: 57, 75 and 74. RGB value is (87,117,116). Sum of RGB (Red+Green+Blue) = 87+117+116=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #577574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577574 is #A88A8B. Grayscale: #6B6B6B. Windows color (decimal): -11045516 or 7632215. OLE color: 7632215.

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

Color convert

RGB87117116-
CMYK0.2600.010.54
HSL178º14.71%40%-
HSV(B)178º25.64%45.88%-
XYZ13.4416.0118.9-
YUV107.92132.56113.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=27.19%
G=36.56%
B=36.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871171160.2600.010.5417814.7140
Hex5775741A0136b2f28
Octal1271651643201662621750
Binary1010111111010111101001101001110110101100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577574; }

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

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

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

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

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

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

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

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