#518280

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

Shades of Breaker Bay #518280

Tints of Breaker Bay #518280

Color information

#518280 (or 0x518280) is unknown color: approx Breaker Bay. HEX triplet: 51, 82 and 80. RGB value is (81,130,128). Sum of RGB (Red+Green+Blue) = 81+130+128=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #518280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518280 is #AE7D7F. Grayscale: #737373. Windows color (decimal): -11435392 or 8421969. OLE color: 8421969.

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

Color convert

RGB81130128-
CMYK0.3800.020.49
HSL177.55º23.22%41.37%-
HSV(B)177.55º37.69%50.98%-
XYZ15.2719.2723.34-
YUV115.12135.27103.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=23.89%
G=38.35%
B=37.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811301280.3800.020.49177.5523.2241.37
Hex518280260231b21729
Octal1212022004602612622751
Binary101000110000010100000001001100101100011011001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518280; }

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

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

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

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

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

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

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

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