#537C76

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

Shades of Breaker Bay #537C76

Tints of Breaker Bay #537C76

Color information

#537C76 (or 0x537C76) is unknown color: approx Breaker Bay. HEX triplet: 53, 7C and 76. RGB value is (83,124,118). Sum of RGB (Red+Green+Blue) = 83+124+118=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 124 - color contains mainly: green. Hex color #537C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C76 is #AC8389. Grayscale: #6F6F6F. Windows color (decimal): -11305866 or 7765075. OLE color: 7765075.

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

Color convert

RGB83124118-
CMYK0.3300.050.51
HSL171.22º19.81%40.59%-
HSV(B)171.22º33.06%48.63%-
XYZ14.0417.5619.79-
YUV111.06131.92107.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=25.54%
G=38.15%
B=36.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831241180.3300.050.51171.2219.8140.59
Hex537C76210533ab1429
Octal1231741664105632532451
Binary10100111111100111011010000101011100111010101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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