#537E76

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

Shades of Breaker Bay #537E76

Tints of Breaker Bay #537E76

Color information

#537E76 (or 0x537E76) is unknown color: approx Breaker Bay. HEX triplet: 53, 7E and 76. RGB value is (83,126,118). Sum of RGB (Red+Green+Blue) = 83+126+118=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 126 - color contains mainly: green. Hex color #537E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537E76 is #AC8189. Grayscale: #707070. Windows color (decimal): -11305354 or 7765587. OLE color: 7765587.

HSL color Cylindrical-coordinate representation of color #537E76: hue angle of 168.84º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #537E76 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB83126118-
CMYK0.3400.060.51
HSL168.84º20.57%40.98%-
HSV(B)168.84º34.13%49.41%-
XYZ14.318.0719.87-
YUV112.23131.25107.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=25.38%
G=38.53%
B=36.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831261180.3400.060.51168.8420.5740.98
Hex537E76220633a91529
Octal1231761664206632512551
Binary10100111111110111011010001001101100111010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537E76; }

 p { color: rgb(83,126,118); }

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

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

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

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

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

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

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