#5D7776

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

Shades of Breaker Bay #5D7776

Tints of Breaker Bay #5D7776

Color information

#5D7776 (or 0x5D7776) is unknown color: approx Breaker Bay. HEX triplet: 5D, 77 and 76. RGB value is (93,119,118). Sum of RGB (Red+Green+Blue) = 93+119+118=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7776 is #A28889. Grayscale: #6F6F6F. Windows color (decimal): -10651786 or 7763805. OLE color: 7763805.

HSL color Cylindrical-coordinate representation of color #5D7776: hue angle of 177.69º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D7776 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB93119118-
CMYK0.2200.010.53
HSL177.69º12.26%41.57%-
HSV(B)177.69º21.85%46.67%-
XYZ14.3816.8319.63-
YUV111.11131.89115.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.18%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=28.18%
G=36.06%
B=35.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal931191180.2200.010.53177.6912.2641.57
Hex5D7776160135b2c2a
Octal1351671662601652621452
Binary1011101111011111101101011001110101101100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D7776; }

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

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

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

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

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

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

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

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