Html Css Color HEX #518766 Como

📋 copy color: '#518766'

red 81 ◦ green 135 ◦ blue 102

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

Shades of Como #518766

Tints of Como #518766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 25.47%
G = 42.45%
B = 32.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#518766 (or 0x518766) is known color: Como. HEX triplet: 51, 87 and 66. RGB value is (81,135,102). Sum of RGB (Red+Green+Blue) = 81+135+102=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #518766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518766 is #AE7899. Grayscale: #737373. Windows color (decimal): -11434138 or 6719313. OLE color: 6719313.

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

Color convert

RGB 81 135 102 -
CMYK 0.40 0 0.24 0.47
HSL 143.33º 0.25% 0.42% -
HSV(B) 143.33º 0.4% 0.53% -
XYZ 14.46 20.04 15.68 -
YUV 115.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 81 135 102 0.40 0 0.24 0.47 143.33 0.25 0.42
Hex 51 87 66 28 0 18 2F 8F 19 2A
Octal 121 207 146 50 0 30 57 217 31 52
Binary 1010001 10000111 1100110 101000 0 11000 101111 10001111 11001 101010

Color Harmonies of #518766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518766

Black with #518766

Text Example


Text Example

White with #518766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518766; }

 p { color: rgb(81,135,102); }

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

background-color css

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

 a { background-color: rgb(81,135,102); }

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

border-color css

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

 span { border-color: rgb(81,135,102); }

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