#577376

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

Shades of Breaker Bay #577376

Tints of Breaker Bay #577376

Color information

#577376 (or 0x577376) is unknown color: approx Breaker Bay. HEX triplet: 57, 73 and 76. RGB value is (87,115,118). Sum of RGB (Red+Green+Blue) = 87+115+118=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #577376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577376 is #A88C89. Grayscale: #6A6A6A. Windows color (decimal): -11046026 or 7762775. OLE color: 7762775.

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

Color convert

RGB87115118-
CMYK0.260.0300.54
HSL185.81º15.12%40.2%-
HSV(B)185.81º26.27%46.27%-
XYZ13.3315.619.45-
YUV106.97134.22113.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.19%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=27.19%
G=35.94%
B=36.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871151180.260.0300.54185.8115.1240.2
Hex5773761A3036baf28
Octal1271631663230662721750
Binary10101111110011111011011010110110110101110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577376; }

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

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

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

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

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

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

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

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