#537A74

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

Shades of Breaker Bay #537A74

Tints of Breaker Bay #537A74

Color information

#537A74 (or 0x537A74) is unknown color: approx Breaker Bay. HEX triplet: 53, 7A and 74. RGB value is (83,122,116). Sum of RGB (Red+Green+Blue) = 83+122+116=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #537A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A74 is #AC858B. Grayscale: #6D6D6D. Windows color (decimal): -11306380 or 7633491. OLE color: 7633491.

HSL color Cylindrical-coordinate representation of color #537A74: hue angle of 170.77º 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 #537A74 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB83122116-
CMYK0.3200.050.52
HSL170.77º19.02%40.2%-
HSV(B)170.77º31.97%47.84%-
XYZ13.6817.0219.09-
YUV109.65131.58108.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=25.86%
G=38.01%
B=36.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831221160.3200.050.52170.7719.0240.2
Hex537A74200534ab1328
Octal1231721644005642532350
Binary10100111111010111010010000001011101001010101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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