#577474

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

Shades of Breaker Bay #577474

Tints of Breaker Bay #577474

Color information

#577474 (or 0x577474) is unknown color: approx Breaker Bay. HEX triplet: 57, 74 and 74. RGB value is (87,116,116). Sum of RGB (Red+Green+Blue) = 87+116+116=319 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.27% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #577474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577474 is #A88B8B. Grayscale: #6B6B6B. Windows color (decimal): -11045772 or 7631959. OLE color: 7631959.

HSL color Cylindrical-coordinate representation of color #577474: hue angle of 180º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #577474 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB87116116-
CMYK0.25000.55
HSL180º14.29%39.8%-
HSV(B)180º25%45.49%-
XYZ13.3315.7818.87-
YUV107.33132.89113.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.27%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=27.27%
G=36.36%
B=36.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871161160.25000.5518014.2939.8
Hex577474190037b4e28
Octal1271641643100672641650
Binary1010111111010011101001100100110111101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577474; }

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

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

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

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

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

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

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

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