#537C77

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

Shades of Breaker Bay #537C77

Tints of Breaker Bay #537C77

Color information

#537C77 (or 0x537C77) is unknown color: approx Breaker Bay. HEX triplet: 53, 7C and 77. RGB value is (83,124,119). Sum of RGB (Red+Green+Blue) = 83+124+119=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #537C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C77 is #AC8388. Grayscale: #6F6F6F. Windows color (decimal): -11305865 or 7830611. OLE color: 7830611.

HSL color Cylindrical-coordinate representation of color #537C77: hue angle of 172.68º 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 #537C77 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB83124119-
CMYK0.3300.040.51
HSL172.68º19.81%40.59%-
HSV(B)172.68º33.06%48.63%-
XYZ14.117.5920.1-
YUV111.17132.42107.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=25.46%
G=38.04%
B=36.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831241190.3300.040.51172.6819.8140.59
Hex537C77210433ad1429
Octal1231741674104632552451
Binary10100111111100111011110000101001100111010110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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