Html Css Color HEX #518663 Como

📋 copy color: '#518663'

red 81 ◦ green 134 ◦ blue 99

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

Shades of Como #518663

Tints of Como #518663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.68%

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

R = 25.8%
G = 42.68%
B = 31.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#518663 (or 0x518663) is known color: Como. HEX triplet: 51, 86 and 63. RGB value is (81,134,99). Sum of RGB (Red+Green+Blue) = 81+134+99=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #518663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518663 is #AE799C. Grayscale: #727272. Windows color (decimal): -11434397 or 6522449. OLE color: 6522449.

HSL color Cylindrical-coordinate representation of color #518663: hue angle of 140.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518663 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 134 99 -
CMYK 0.40 0 0.26 0.47
HSL 140.38º 0.25% 0.42% -
HSV(B) 140.38º 0.4% 0.53% -
XYZ 14.17 19.7 14.86 -
YUV 114.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 81 134 99 0.40 0 0.26 0.47 140.38 0.25 0.42
Hex 51 86 63 28 0 1A 2F 8C 19 2A
Octal 121 206 143 50 0 32 57 214 31 52
Binary 1010001 10000110 1100011 101000 0 11010 101111 10001100 11001 101010

Color Harmonies of #518663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518663

Black with #518663

Text Example


Text Example

White with #518663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518663; }

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

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

background-color css

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

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

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

border-color css

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

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

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