#557776

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

Shades of Breaker Bay #557776

Tints of Breaker Bay #557776

Color information

#557776 (or 0x557776) is unknown color: approx Breaker Bay. HEX triplet: 55, 77 and 76. RGB value is (85,119,118). Sum of RGB (Red+Green+Blue) = 85+119+118=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #557776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557776 is #AA8889. Grayscale: #6C6C6C. Windows color (decimal): -11176074 or 7763797. OLE color: 7763797.

HSL color Cylindrical-coordinate representation of color #557776: hue angle of 178.24º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557776 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB85119118-
CMYK0.2900.010.53
HSL178.24º16.67%40%-
HSV(B)178.24º28.57%46.67%-
XYZ13.6116.4319.59-
YUV108.72133.24111.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=26.40%
G=36.96%
B=36.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851191180.2900.010.53178.2416.6740
Hex5577761D0135b21128
Octal1251671663501652622150
Binary10101011110111111011011101011101011011001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557776; }

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

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

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

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

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

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

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

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