Html Css Color HEX #518B5B Como

📋 copy color: '#518B5B'

red 81 ◦ green 139 ◦ blue 91

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

Shades of Como #518B5B

Tints of Como #518B5B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.69%

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 26.05%
G = 44.69%
B = 29.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#518B5B (or 0x518B5B) is known color: Como. HEX triplet: 51, 8B and 5B. RGB value is (81,139,91). Sum of RGB (Red+Green+Blue) = 81+139+91=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #518B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B5B is #AE74A4. Grayscale: #747474. Windows color (decimal): -11433125 or 5999441. OLE color: 5999441.

HSL color Cylindrical-coordinate representation of color #518B5B: hue angle of 130.34º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518B5B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 139 91 -
CMYK 0.42 0 0.35 0.45
HSL 130.34º 0.26% 0.43% -
HSV(B) 130.34º 0.42% 0.55% -
XYZ 14.51 20.97 13.18 -
YUV 116.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 81 139 91 0.42 0 0.35 0.45 130.34 0.26 0.43
Hex 51 8B 5B 2A 0 23 2D 82 1A 2B
Octal 121 213 133 52 0 43 55 202 32 53
Binary 1010001 10001011 1011011 101010 0 100011 101101 10000010 11010 101011

Color Harmonies of #518B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518B5B

Black with #518B5B

Text Example


Text Example

White with #518B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518B5B; }

 p { color: rgb(81,139,91); }

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

background-color css

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

 a { background-color: rgb(81,139,91); }

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

border-color css

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

 span { border-color: rgb(81,139,91); }

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