Html Css Color HEX #518665 Como

📋 copy color: '#518665'

red 81 ◦ green 134 ◦ blue 101

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

Shades of Como #518665

Tints of Como #518665

RGB

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

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

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

R = 25.63%
G = 42.41%
B = 31.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#518665 (or 0x518665) is known color: Como. HEX triplet: 51, 86 and 65. RGB value is (81,134,101). Sum of RGB (Red+Green+Blue) = 81+134+101=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #518665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518665 is #AE799A. Grayscale: #727272. Windows color (decimal): -11434395 or 6653521. OLE color: 6653521.

HSL color Cylindrical-coordinate representation of color #518665: hue angle of 142.64º 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 #518665 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 134 101 -
CMYK 0.40 0 0.25 0.47
HSL 142.64º 0.25% 0.42% -
HSV(B) 142.64º 0.4% 0.53% -
XYZ 14.27 19.74 15.37 -
YUV 114.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 81 134 101 0.40 0 0.25 0.47 142.64 0.25 0.42
Hex 51 86 65 28 0 19 2F 8F 19 2A
Octal 121 206 145 50 0 31 57 217 31 52
Binary 1010001 10000110 1100101 101000 0 11001 101111 10001111 11001 101010

Color Harmonies of #518665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518665

Black with #518665

Text Example


Text Example

White with #518665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518665; }

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

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

background-color css

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

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

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

border-color css

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

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

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