#537476

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

Shades of Breaker Bay #537476

Tints of Breaker Bay #537476

Color information

#537476 (or 0x537476) is unknown color: approx Breaker Bay. HEX triplet: 53, 74 and 76. RGB value is (83,116,118). Sum of RGB (Red+Green+Blue) = 83+116+118=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #537476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537476 is #AC8B89. Grayscale: #6A6A6A. Windows color (decimal): -11307914 or 7763027. OLE color: 7763027.

HSL color Cylindrical-coordinate representation of color #537476: hue angle of 183.43º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537476 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB83116118-
CMYK0.300.0200.54
HSL183.43º17.41%39.41%-
HSV(B)183.43º29.66%46.27%-
XYZ13.0815.6419.47-
YUV106.36134.57111.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=26.18%
G=36.59%
B=37.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831161180.300.0200.54183.4317.4139.41
Hex5374761E2036b71127
Octal1231641663620662672147
Binary101001111101001110110111101001101101011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537476; }

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

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

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

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

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

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

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

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