#518579

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

Shades of Breaker Bay #518579

Tints of Breaker Bay #518579

Color information

#518579 (or 0x518579) is unknown color: approx Breaker Bay. HEX triplet: 51, 85 and 79. RGB value is (81,133,121). Sum of RGB (Red+Green+Blue) = 81+133+121=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #518579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518579 is #AE7A86. Grayscale: #747474. Windows color (decimal): -11434631 or 7963985. OLE color: 7963985.

HSL color Cylindrical-coordinate representation of color #518579: hue angle of 166.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518579 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB81133121-
CMYK0.3900.090.48
HSL166.15º24.3%41.96%-
HSV(B)166.15º39.1%52.16%-
XYZ15.2319.921.13-
YUV116.08130.77102.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=24.18%
G=39.70%
B=36.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331210.3900.090.48166.1524.341.96
Hex518579270930a6182a
Octal12120517147011602463052
Binary1010001100001011111001100111010011100001010011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518579; }

 p { color: rgb(81,133,121); }

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

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

 a { background-color: rgb(81,133,121); }

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

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

 span { border-color: rgb(81,133,121); }

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