#518378

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

Shades of Breaker Bay #518378

Tints of Breaker Bay #518378

Color information

#518378 (or 0x518378) is unknown color: approx Breaker Bay. HEX triplet: 51, 83 and 78. RGB value is (81,131,120). Sum of RGB (Red+Green+Blue) = 81+131+120=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 131 - color contains mainly: green. Hex color #518378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518378 is #AE7C87. Grayscale: #727272. Windows color (decimal): -11435144 or 7897937. OLE color: 7897937.

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

Color convert

RGB81131120-
CMYK0.3800.080.49
HSL166.8º23.58%41.57%-
HSV(B)166.8º38.17%51.37%-
XYZ14.919.3420.72-
YUV114.8130.94103.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=24.40%
G=39.46%
B=36.14%

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
Decimal811311200.3800.080.49166.823.5841.57
Hex518378260831a7182a
Octal12120317046010612473052
Binary1010001100000111111000100110010001100011010011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518378; }

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

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

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

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

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

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

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

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