Html Css Color HEX #518060 Como

📋 copy color: '#518060'

red 81 ◦ green 128 ◦ blue 96

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

Shades of Como #518060

Tints of Como #518060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 26.56%
G = 41.97%
B = 31.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#518060 (or 0x518060) is known color: Como. HEX triplet: 51, 80 and 60. RGB value is (81,128,96). Sum of RGB (Red+Green+Blue) = 81+128+96=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #518060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518060 is #AE7F9F. Grayscale: #6E6E6E. Windows color (decimal): -11435936 or 6324305. OLE color: 6324305.

HSL color Cylindrical-coordinate representation of color #518060: hue angle of 139.15º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518060 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 128 96 -
CMYK 0.37 0 0.25 0.50
HSL 139.15º 0.22% 0.41% -
HSV(B) 139.15º 0.37% 0.5% -
XYZ 13.22 18.03 13.85 -
YUV 110.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 81 128 96 0.37 0 0.25 0.50 139.15 0.22 0.41
Hex 51 80 60 25 0 19 32 8B 16 29
Octal 121 200 140 45 0 31 62 213 26 51
Binary 1010001 10000000 1100000 100101 0 11001 110010 10001011 10110 101001

Color Harmonies of #518060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518060

Black with #518060

Text Example


Text Example

White with #518060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518060; }

 p { color: rgb(81,128,96); }

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

background-color css

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

 a { background-color: rgb(81,128,96); }

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

border-color css

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

 span { border-color: rgb(81,128,96); }

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