Html Css Color HEX #517C5B Como

📋 copy color: '#517C5B'

red 81 ◦ green 124 ◦ blue 91

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

Shades of Como #517C5B

Tints of Como #517C5B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

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

R = 27.36%
G = 41.89%
B = 30.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#517C5B (or 0x517C5B) is known color: Como. HEX triplet: 51, 7C and 5B. RGB value is (81,124,91). Sum of RGB (Red+Green+Blue) = 81+124+91=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #517C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C5B is #AE83A4. Grayscale: #6B6B6B. Windows color (decimal): -11436965 or 5995601. OLE color: 5995601.

HSL color Cylindrical-coordinate representation of color #517C5B: hue angle of 133.95º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517C5B is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 124 91 -
CMYK 0.35 0 0.27 0.51
HSL 133.95º 0.21% 0.4% -
HSV(B) 133.95º 0.35% 0.49% -
XYZ 12.49 16.92 12.51 -
YUV 107.38 118.75 109.18 -
System Red Green Blue C M Y K H S L
Decimal 81 124 91 0.35 0 0.27 0.51 133.95 0.21 0.4
Hex 51 7C 5B 23 0 1B 33 86 15 28
Octal 121 174 133 43 0 33 63 206 25 50
Binary 1010001 1111100 1011011 100011 0 11011 110011 10000110 10101 101000

Color Harmonies of #517C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C5B

Black with #517C5B

Text Example


Text Example

White with #517C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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