Html Css Color HEX #518267 Como

📋 copy color: '#518267'

red 81 ◦ green 130 ◦ blue 103

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

Shades of Como #518267

Tints of Como #518267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 25.8%
G = 41.4%
B = 32.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#518267 (or 0x518267) is known color: Como. HEX triplet: 51, 82 and 67. RGB value is (81,130,103). Sum of RGB (Red+Green+Blue) = 81+130+103=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #518267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518267 is #AE7D98. Grayscale: #707070. Windows color (decimal): -11435417 or 6783569. OLE color: 6783569.

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

Color convert

RGB 81 130 103 -
CMYK 0.38 0 0.21 0.49
HSL 146.94º 0.23% 0.41% -
HSV(B) 146.94º 0.38% 0.51% -
XYZ 13.82 18.69 15.71 -
YUV 112.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 81 130 103 0.38 0 0.21 0.49 146.94 0.23 0.41
Hex 51 82 67 26 0 15 31 93 17 29
Octal 121 202 147 46 0 25 61 223 27 51
Binary 1010001 10000010 1100111 100110 0 10101 110001 10010011 10111 101001

Color Harmonies of #518267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518267

Black with #518267

Text Example


Text Example

White with #518267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518267; }

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

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

background-color css

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

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

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

border-color css

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

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

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