Html Css Color HEX #506D51 Killarney

📋 copy color: '#506D51'

red 80 ◦ green 109 ◦ blue 81

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

Shades of Killarney #506D51

Tints of Killarney #506D51

RGB

 RED value IS 80 (31.64% from 255) = 29.63%

 GREEN value IS 109 (42.97% from 255) = 40.37%

 BLUE value IS 81 (32.03% from 255) = 30%

R = 29.63%
G = 40.37%
B = 30%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#506D51 (or 0x506D51) is known color: Killarney. HEX triplet: 50, 6D and 51. RGB value is (80,109,81). Sum of RGB (Red+Green+Blue) = 80+109+81=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #506D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D51 is #AF92AE. Grayscale: #616161. Windows color (decimal): -11506351 or 5336400. OLE color: 5336400.

HSL color Cylindrical-coordinate representation of color #506D51: hue angle of 122.07º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506D51 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 81 -
CMYK 0.27 0 0.26 0.57
HSL 122.07º 0.15% 0.37% -
HSV(B) 122.07º 0.27% 0.43% -
XYZ 10.26 13.24 9.8 -
YUV 97.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 80 109 81 0.27 0 0.26 0.57 122.07 0.15 0.37
Hex 50 6D 51 1B 0 1A 39 7A F 25
Octal 120 155 121 33 0 32 71 172 17 45
Binary 1010000 1101101 1010001 11011 0 11010 111001 1111010 1111 100101

Color Harmonies of #506D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D51

Black with #506D51

Text Example


Text Example

White with #506D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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