#577476

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

Shades of Breaker Bay #577476

Tints of Breaker Bay #577476

Color information

#577476 (or 0x577476) is unknown color: approx Breaker Bay. HEX triplet: 57, 74 and 76. RGB value is (87,116,118). Sum of RGB (Red+Green+Blue) = 87+116+118=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #577476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577476 is #A88B89. Grayscale: #6B6B6B. Windows color (decimal): -11045770 or 7763031. OLE color: 7763031.

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

Color convert

RGB87116118-
CMYK0.260.0200.54
HSL183.87º15.12%40.2%-
HSV(B)183.87º26.27%46.27%-
XYZ13.4515.8319.49-
YUV107.56133.89113.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.10%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=27.10%
G=36.14%
B=36.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871161180.260.0200.54183.8715.1240.2
Hex5774761A2036b8f28
Octal1271641663220662701750
Binary10101111110100111011011010100110110101110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577476; }

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

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

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

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

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

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

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

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