#557B76

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

Shades of Breaker Bay #557B76

Tints of Breaker Bay #557B76

Color information

#557B76 (or 0x557B76) is unknown color: approx Breaker Bay. HEX triplet: 55, 7B and 76. RGB value is (85,123,118). Sum of RGB (Red+Green+Blue) = 85+123+118=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #557B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B76 is #AA8489. Grayscale: #6F6F6F. Windows color (decimal): -11175050 or 7764821. OLE color: 7764821.

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

Color convert

RGB85123118-
CMYK0.3100.040.52
HSL172.11º18.27%40.78%-
HSV(B)172.11º30.89%48.24%-
XYZ14.117.4119.76-
YUV111.07131.91109.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=26.07%
G=37.73%
B=36.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851231180.3100.040.52172.1118.2740.78
Hex557B761F0434ac1229
Octal1251731663704642542251
Binary1010101111101111101101111101001101001010110010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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