#537C74

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

Shades of Breaker Bay #537C74

Tints of Breaker Bay #537C74

Color information

#537C74 (or 0x537C74) is unknown color: approx Breaker Bay. HEX triplet: 53, 7C and 74. RGB value is (83,124,116). Sum of RGB (Red+Green+Blue) = 83+124+116=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 124 - color contains mainly: green. Hex color #537C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C74 is #AC838B. Grayscale: #6E6E6E. Windows color (decimal): -11305868 or 7634003. OLE color: 7634003.

HSL color Cylindrical-coordinate representation of color #537C74: hue angle of 168.29º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C74 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB83124116-
CMYK0.3300.060.51
HSL168.29º19.81%40.59%-
HSV(B)168.29º33.06%48.63%-
XYZ13.9317.5219.17-
YUV110.83130.92108.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=25.70%
G=38.39%
B=35.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831241160.3300.060.51168.2919.8140.59
Hex537C74210633a81429
Octal1231741644106632502451
Binary10100111111100111010010000101101100111010100010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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