Html Css Color HEX #518263 Como

📋 copy color: '#518263'

red 81 ◦ green 130 ◦ blue 99

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

Shades of Como #518263

Tints of Como #518263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

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

R = 26.13%
G = 41.94%
B = 31.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#518263 (or 0x518263) is known color: Como. HEX triplet: 51, 82 and 63. RGB value is (81,130,99). Sum of RGB (Red+Green+Blue) = 81+130+99=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #518263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518263 is #AE7D9C. Grayscale: #6F6F6F. Windows color (decimal): -11435421 or 6521425. OLE color: 6521425.

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

Color convert

RGB 81 130 99 -
CMYK 0.38 0 0.24 0.49
HSL 142.04º 0.23% 0.41% -
HSV(B) 142.04º 0.38% 0.51% -
XYZ 13.63 18.62 14.68 -
YUV 111.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 81 130 99 0.38 0 0.24 0.49 142.04 0.23 0.41
Hex 51 82 63 26 0 18 31 8E 17 29
Octal 121 202 143 46 0 30 61 216 27 51
Binary 1010001 10000010 1100011 100110 0 11000 110001 10001110 10111 101001

Color Harmonies of #518263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518263

Black with #518263

Text Example


Text Example

White with #518263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518263; }

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

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

background-color css

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

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

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

border-color css

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

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

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