#557A76

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

Shades of Breaker Bay #557A76

Tints of Breaker Bay #557A76

Color information

#557A76 (or 0x557A76) is unknown color: approx Breaker Bay. HEX triplet: 55, 7A and 76. RGB value is (85,122,118). Sum of RGB (Red+Green+Blue) = 85+122+118=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #557A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A76 is #AA8589. Grayscale: #6E6E6E. Windows color (decimal): -11175306 or 7764565. OLE color: 7764565.

HSL color Cylindrical-coordinate representation of color #557A76: hue angle of 173.51º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A76 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB85122118-
CMYK0.3000.030.52
HSL173.51º17.87%40.59%-
HSV(B)173.51º30.33%47.84%-
XYZ13.9817.1619.71-
YUV110.48132.24109.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=26.15%
G=37.54%
B=36.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851221180.3000.030.52173.5117.8740.59
Hex557A761E0334ae1229
Octal1251721663603642562251
Binary101010111110101110110111100111101001010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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