#518278

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

Shades of Breaker Bay #518278

Tints of Breaker Bay #518278

Color information

#518278 (or 0x518278) is unknown color: approx Breaker Bay. HEX triplet: 51, 82 and 78. RGB value is (81,130,120). Sum of RGB (Red+Green+Blue) = 81+130+120=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #518278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518278 is #AE7D87. Grayscale: #727272. Windows color (decimal): -11435400 or 7897681. OLE color: 7897681.

HSL color Cylindrical-coordinate representation of color #518278: hue angle of 167.76º 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 #518278 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB81130120-
CMYK0.3800.080.49
HSL167.76º23.22%41.37%-
HSV(B)167.76º37.69%50.98%-
XYZ14.7719.0720.67-
YUV114.21131.27104.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=24.47%
G=39.27%
B=36.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811301200.3800.080.49167.7623.2241.37
Hex518278260831a81729
Octal12120217046010612502751
Binary1010001100000101111000100110010001100011010100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518278; }

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

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

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

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

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

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

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

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