#557676

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

Shades of Breaker Bay #557676

Tints of Breaker Bay #557676

Color information

#557676 (or 0x557676) is unknown color: approx Breaker Bay. HEX triplet: 55, 76 and 76. RGB value is (85,118,118). Sum of RGB (Red+Green+Blue) = 85+118+118=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #557676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557676 is #AA8989. Grayscale: #6C6C6C. Windows color (decimal): -11176330 or 7763541. OLE color: 7763541.

HSL color Cylindrical-coordinate representation of color #557676: hue angle of 180º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557676 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85118118-
CMYK0.28000.54
HSL180º16.26%39.8%-
HSV(B)180º27.97%46.27%-
XYZ13.4916.219.55-
YUV108.13133.57111.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=26.48%
G=36.76%
B=36.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851181180.28000.5418016.2639.8
Hex5576761C0036b41028
Octal1251661663400662642050
Binary10101011110110111011011100001101101011010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557676; }

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

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

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

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

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

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

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

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