Html Css Color HEX #518463 Como

📋 copy color: '#518463'

red 81 ◦ green 132 ◦ blue 99

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

Shades of Como #518463

Tints of Como #518463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 99 (39.06% from 255) = 31.73%

R = 25.96%
G = 42.31%
B = 31.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#518463 (or 0x518463) is known color: Como. HEX triplet: 51, 84 and 63. RGB value is (81,132,99). Sum of RGB (Red+Green+Blue) = 81+132+99=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #518463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518463 is #AE7B9C. Grayscale: #717171. Windows color (decimal): -11434909 or 6521937. OLE color: 6521937.

HSL color Cylindrical-coordinate representation of color #518463: hue angle of 141.18º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518463 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 132 99 -
CMYK 0.39 0 0.25 0.48
HSL 141.18º 0.24% 0.42% -
HSV(B) 141.18º 0.39% 0.52% -
XYZ 13.9 19.15 14.77 -
YUV 112.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 81 132 99 0.39 0 0.25 0.48 141.18 0.24 0.42
Hex 51 84 63 27 0 19 30 8D 18 2A
Octal 121 204 143 47 0 31 60 215 30 52
Binary 1010001 10000100 1100011 100111 0 11001 110000 10001101 11000 101010

Color Harmonies of #518463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518463

Black with #518463

Text Example


Text Example

White with #518463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518463; }

 p { color: rgb(81,132,99); }

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

background-color css

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

 a { background-color: rgb(81,132,99); }

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

border-color css

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

 span { border-color: rgb(81,132,99); }

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