Html Css Color HEX #517F50 Killarney

📋 copy color: '#517F50'

red 81 ◦ green 127 ◦ blue 80

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

Shades of Killarney #517F50

Tints of Killarney #517F50

RGB

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

 GREEN value IS 127 (50% from 255) = 44.1%

 BLUE value IS 80 (31.64% from 255) = 27.78%

R = 28.13%
G = 44.1%
B = 27.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#517F50 (or 0x517F50) is known color: Killarney. HEX triplet: 51, 7F and 50. RGB value is (81,127,80). Sum of RGB (Red+Green+Blue) = 81+127+80=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #517F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F50 is #AE80AF. Grayscale: #6C6C6C. Windows color (decimal): -11436208 or 5275473. OLE color: 5275473.

HSL color Cylindrical-coordinate representation of color #517F50: hue angle of 118.72º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #517F50 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 127 80 -
CMYK 0.36 0 0.37 0.50
HSL 118.72º 0.23% 0.41% -
HSV(B) 118.72º 0.37% 0.5% -
XYZ 12.43 17.51 10.31 -
YUV 107.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 81 127 80 0.36 0 0.37 0.50 118.72 0.23 0.41
Hex 51 7F 50 24 0 25 32 77 17 29
Octal 121 177 120 44 0 45 62 167 27 51
Binary 1010001 1111111 1010000 100100 0 100101 110010 1110111 10111 101001

Color Harmonies of #517F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517F50

Black with #517F50

Text Example


Text Example

White with #517F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,127,80); }

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

background-color css

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

 a { background-color: rgb(81,127,80); }

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

border-color css

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

 span { border-color: rgb(81,127,80); }

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