#557979

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

Shades of Breaker Bay #557979

Tints of Breaker Bay #557979

Color information

#557979 (or 0x557979) is unknown color: approx Breaker Bay. HEX triplet: 55, 79 and 79. RGB value is (85,121,121). Sum of RGB (Red+Green+Blue) = 85+121+121=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #557979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557979 is #AA8686. Grayscale: #6E6E6E. Windows color (decimal): -11175559 or 7960917. OLE color: 7960917.

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

Color convert

RGB85121121-
CMYK0.30000.53
HSL180º17.48%40.39%-
HSV(B)180º29.75%47.45%-
XYZ14.0316.9920.63-
YUV110.24134.07110-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=25.99%
G=37.00%
B=37.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851211210.30000.5318017.4840.39
Hex5579791E0035b41128
Octal1251711713600652642150
Binary10101011111001111100111110001101011011010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557979; }

 p { color: rgb(85,121,121); }

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

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

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

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

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

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

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