Html Css Color HEX #517C5F Como

📋 copy color: '#517C5F'

red 81 ◦ green 124 ◦ blue 95

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

Shades of Como #517C5F

Tints of Como #517C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 27%
G = 41.33%
B = 31.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#517C5F (or 0x517C5F) is known color: Como. HEX triplet: 51, 7C and 5F. RGB value is (81,124,95). Sum of RGB (Red+Green+Blue) = 81+124+95=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #517C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C5F is #AE83A0. Grayscale: #6B6B6B. Windows color (decimal): -11436961 or 6257745. OLE color: 6257745.

HSL color Cylindrical-coordinate representation of color #517C5F: hue angle of 139.53º 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 #517C5F is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 124 95 -
CMYK 0.35 0 0.23 0.51
HSL 139.53º 0.21% 0.4% -
HSV(B) 139.53º 0.35% 0.49% -
XYZ 12.67 16.99 13.44 -
YUV 107.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 81 124 95 0.35 0 0.23 0.51 139.53 0.21 0.4
Hex 51 7C 5F 23 0 17 33 8C 15 28
Octal 121 174 137 43 0 27 63 214 25 50
Binary 1010001 1111100 1011111 100011 0 10111 110011 10001100 10101 101000

Color Harmonies of #517C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C5F

Black with #517C5F

Text Example


Text Example

White with #517C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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