#557876

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

Shades of Breaker Bay #557876

Tints of Breaker Bay #557876

Color information

#557876 (or 0x557876) is unknown color: approx Breaker Bay. HEX triplet: 55, 78 and 76. RGB value is (85,120,118). Sum of RGB (Red+Green+Blue) = 85+120+118=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #557876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557876 is #AA8789. Grayscale: #6D6D6D. Windows color (decimal): -11175818 or 7764053. OLE color: 7764053.

HSL color Cylindrical-coordinate representation of color #557876: hue angle of 176.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557876 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB85120118-
CMYK0.2900.020.53
HSL176.57º17.07%40.2%-
HSV(B)176.57º29.17%47.06%-
XYZ13.7316.6719.63-
YUV109.31132.9110.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=26.32%
G=37.15%
B=36.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851201180.2900.020.53176.5717.0740.2
Hex5578761D0235b11128
Octal1251701663502652612150
Binary101010111110001110110111010101101011011000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557876; }

 p { color: rgb(85,120,118); }

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

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

 a { background-color: rgb(85,120,118); }

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

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

 span { border-color: rgb(85,120,118); }

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