#557C76

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

Shades of Breaker Bay #557C76

Tints of Breaker Bay #557C76

Color information

#557C76 (or 0x557C76) is unknown color: approx Breaker Bay. HEX triplet: 55, 7C and 76. RGB value is (85,124,118). Sum of RGB (Red+Green+Blue) = 85+124+118=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #557C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C76 is #AA8389. Grayscale: #6F6F6F. Windows color (decimal): -11174794 or 7765077. OLE color: 7765077.

HSL color Cylindrical-coordinate representation of color #557C76: hue angle of 170.77º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C76 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB85124118-
CMYK0.3100.050.51
HSL170.77º18.66%40.98%-
HSV(B)170.77º31.45%48.63%-
XYZ14.2217.6519.8-
YUV111.66131.58108.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=25.99%
G=37.92%
B=36.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851241180.3100.050.51170.7718.6640.98
Hex557C761F0533ab1329
Octal1251741663705632532351
Binary1010101111110011101101111101011100111010101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557C76; }

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

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

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

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

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

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

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

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