#537A79

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

Shades of Breaker Bay #537A79

Tints of Breaker Bay #537A79

Color information

#537A79 (or 0x537A79) is unknown color: approx Breaker Bay. HEX triplet: 53, 7A and 79. RGB value is (83,122,121). Sum of RGB (Red+Green+Blue) = 83+122+121=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #537A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A79 is #AC8586. Grayscale: #6E6E6E. Windows color (decimal): -11306375 or 7961171. OLE color: 7961171.

HSL color Cylindrical-coordinate representation of color #537A79: hue angle of 178.46º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A79 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB83122121-
CMYK0.3200.010.52
HSL178.46º19.02%40.2%-
HSV(B)178.46º31.97%47.84%-
XYZ13.9817.1420.66-
YUV110.22134.08108.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=25.46%
G=37.42%
B=37.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831221210.3200.010.52178.4619.0240.2
Hex537A79200134b21328
Octal1231721714001642622350
Binary101001111110101111001100000011101001011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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