Html Css Color HEX #518265 Como

📋 copy color: '#518265'

red 81 ◦ green 130 ◦ blue 101

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

Shades of Como #518265

Tints of Como #518265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 25.96%
G = 41.67%
B = 32.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#518265 (or 0x518265) is known color: Como. HEX triplet: 51, 82 and 65. RGB value is (81,130,101). Sum of RGB (Red+Green+Blue) = 81+130+101=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #518265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518265 is #AE7D9A. Grayscale: #707070. Windows color (decimal): -11435419 or 6652497. OLE color: 6652497.

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

Color convert

RGB 81 130 101 -
CMYK 0.38 0 0.22 0.49
HSL 144.49º 0.23% 0.41% -
HSV(B) 144.49º 0.38% 0.51% -
XYZ 13.72 18.65 15.19 -
YUV 112.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 81 130 101 0.38 0 0.22 0.49 144.49 0.23 0.41
Hex 51 82 65 26 0 16 31 90 17 29
Octal 121 202 145 46 0 26 61 220 27 51
Binary 1010001 10000010 1100101 100110 0 10110 110001 10010000 10111 101001

Color Harmonies of #518265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518265

Black with #518265

Text Example


Text Example

White with #518265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518265; }

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

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

background-color css

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

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

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

border-color css

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

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

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