#557A77

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

Shades of Breaker Bay #557A77

Tints of Breaker Bay #557A77

Color information

#557A77 (or 0x557A77) is unknown color: approx Breaker Bay. HEX triplet: 55, 7A and 77. RGB value is (85,122,119). Sum of RGB (Red+Green+Blue) = 85+122+119=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #557A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A77 is #AA8588. Grayscale: #6E6E6E. Windows color (decimal): -11175305 or 7830101. OLE color: 7830101.

HSL color Cylindrical-coordinate representation of color #557A77: hue angle of 175.14º 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 #557A77 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB85122119-
CMYK0.3000.020.52
HSL175.14º17.87%40.59%-
HSV(B)175.14º30.33%47.84%-
XYZ14.0417.1820.03-
YUV110.6132.74109.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=26.07%
G=37.42%
B=36.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851221190.3000.020.52175.1417.8740.59
Hex557A771E0234af1229
Octal1251721673602642572251
Binary101010111110101110111111100101101001010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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