#518180

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

Shades of Breaker Bay #518180

Tints of Breaker Bay #518180

Color information

#518180 (or 0x518180) is unknown color: approx Breaker Bay. HEX triplet: 51, 81 and 80. RGB value is (81,129,128). Sum of RGB (Red+Green+Blue) = 81+129+128=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #518180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518180 is #AE7E7F. Grayscale: #727272. Windows color (decimal): -11435648 or 8421713. OLE color: 8421713.

HSL color Cylindrical-coordinate representation of color #518180: hue angle of 178.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518180 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB81129128-
CMYK0.3700.010.49
HSL178.75º22.86%41.18%-
HSV(B)178.75º37.21%50.59%-
XYZ15.1419.0123.29-
YUV114.53135.6104.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=23.96%
G=38.17%
B=37.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811291280.3700.010.49178.7522.8641.18
Hex518180250131b31729
Octal1212012004501612632751
Binary10100011000000110000000100101011100011011001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518180; }

 p { color: rgb(81,129,128); }

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

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

 a { background-color: rgb(81,129,128); }

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

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

 span { border-color: rgb(81,129,128); }

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