#537979

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

Shades of Breaker Bay #537979

Tints of Breaker Bay #537979

Color information

#537979 (or 0x537979) is unknown color: approx Breaker Bay. HEX triplet: 53, 79 and 79. RGB value is (83,121,121). Sum of RGB (Red+Green+Blue) = 83+121+121=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #537979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537979 is #AC8686. Grayscale: #6D6D6D. Windows color (decimal): -11306631 or 7960915. OLE color: 7960915.

HSL color Cylindrical-coordinate representation of color #537979: hue angle of 180º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537979 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83121121-
CMYK0.31000.53
HSL180º18.63%40%-
HSV(B)180º31.4%47.45%-
XYZ13.8616.8920.62-
YUV109.64134.41109-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=25.54%
G=37.23%
B=37.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211210.31000.5318018.6340
Hex5379791F0035b41328
Octal1231711713700652642350
Binary10100111111001111100111111001101011011010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537979; }

 p { color: rgb(83,121,121); }

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

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

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

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

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

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

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