#5B7C76

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

Shades of Breaker Bay #5B7C76

Tints of Breaker Bay #5B7C76

Color information

#5B7C76 (or 0x5B7C76) is unknown color: approx Breaker Bay. HEX triplet: 5B, 7C and 76. RGB value is (91,124,118). Sum of RGB (Red+Green+Blue) = 91+124+118=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7C76 is #A48389. Grayscale: #717171. Windows color (decimal): -10781578 or 7765083. OLE color: 7765083.

HSL color Cylindrical-coordinate representation of color #5B7C76: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7C76 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB91124118-
CMYK0.2700.050.51
HSL169.09º15.35%42.16%-
HSV(B)169.09º26.61%48.63%-
XYZ14.7917.9519.82-
YUV113.45130.57111.99-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.33%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=27.33%
G=37.24%
B=35.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal911241180.2700.050.51169.0915.3542.16
Hex5B7C761B0533a9f2a
Octal1331741663305632511752
Binary101101111111001110110110110101110011101010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,118); }

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

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

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

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

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

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

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