Html Css Color HEX #518377 Breaker Bay

📋 copy color: '#518377'

red 81 ◦ green 131 ◦ blue 119

#518377
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #518377

Tints of Breaker Bay #518377

RGB

 RED value IS 81 (32.03% from 255) = 24.47%

 GREEN value IS 131 (51.56% from 255) = 39.58%

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 24.47%
G = 39.58%
B = 35.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#518377 (or 0x518377) is known color: Breaker Bay. HEX triplet: 51, 83 and 77. RGB value is (81,131,119). Sum of RGB (Red+Green+Blue) = 81+131+119=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #518377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518377 is #AE7C88. Grayscale: #727272. Windows color (decimal): -11435145 or 7832401. OLE color: 7832401.

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

Color convert

RGB 81 131 119 -
CMYK 0.38 0 0.09 0.49
HSL 165.6º 0.24% 0.42% -
HSV(B) 165.6º 0.38% 0.51% -
XYZ 14.84 19.31 20.4 -
YUV 114.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 81 131 119 0.38 0 0.09 0.49 165.6 0.24 0.42
Hex 51 83 77 26 0 9 31 A6 18 2A
Octal 121 203 167 46 0 11 61 246 30 52
Binary 1010001 10000011 1110111 100110 0 1001 110001 10100110 11000 101010

Color Harmonies of #518377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518377

Black with #518377

Text Example


Text Example

White with #518377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518377; }

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

 H1.HeaderClassName
 {
   color: #518377;
 }
 .AnyTagClassName
 {
   color: #518377;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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