#537576

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

Shades of Breaker Bay #537576

Tints of Breaker Bay #537576

Color information

#537576 (or 0x537576) is unknown color: approx Breaker Bay. HEX triplet: 53, 75 and 76. RGB value is (83,117,118). Sum of RGB (Red+Green+Blue) = 83+117+118=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #537576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537576 is #AC8A89. Grayscale: #6A6A6A. Windows color (decimal): -11307658 or 7763283. OLE color: 7763283.

HSL color Cylindrical-coordinate representation of color #537576: hue angle of 181.71º 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 #537576 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB83117118-
CMYK0.300.0100.54
HSL181.71º17.41%39.41%-
HSV(B)181.71º29.66%46.27%-
XYZ13.215.8719.51-
YUV106.95134.24110.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=26.10%
G=36.79%
B=37.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831171180.300.0100.54181.7117.4139.41
Hex5375761E1036b61127
Octal1231651663610662662147
Binary10100111110101111011011110101101101011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537576; }

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

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

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

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

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

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

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

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