#537876

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

Shades of Breaker Bay #537876

Tints of Breaker Bay #537876

Color information

#537876 (or 0x537876) is unknown color: approx Breaker Bay. HEX triplet: 53, 78 and 76. RGB value is (83,120,118). Sum of RGB (Red+Green+Blue) = 83+120+118=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #537876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537876 is #AC8789. Grayscale: #6C6C6C. Windows color (decimal): -11306890 or 7764051. OLE color: 7764051.

HSL color Cylindrical-coordinate representation of color #537876: hue angle of 176.76º degrees, saturation: 0.18, 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 #537876 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB83120118-
CMYK0.3100.020.53
HSL176.76º18.23%39.8%-
HSV(B)176.76º30.83%47.06%-
XYZ13.5516.5819.63-
YUV108.71133.24109.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.86%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=25.86%
G=37.38%
B=36.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831201180.3100.020.53176.7618.2339.8
Hex5378761F0235b11228
Octal1231701663702652612250
Binary101001111110001110110111110101101011011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537876; }

 p { color: rgb(83,120,118); }

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

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

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

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

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

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

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