Html Css Color HEX #506D53 Killarney

📋 copy color: '#506D53'

red 80 ◦ green 109 ◦ blue 83

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

Shades of Killarney #506D53

Tints of Killarney #506D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 29.41%
G = 40.07%
B = 30.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#506D53 (or 0x506D53) is known color: Killarney. HEX triplet: 50, 6D and 53. RGB value is (80,109,83). Sum of RGB (Red+Green+Blue) = 80+109+83=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 109 - color contains mainly: green. Hex color #506D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D53 is #AF92AC. Grayscale: #616161. Windows color (decimal): -11506349 or 5467472. OLE color: 5467472.

HSL color Cylindrical-coordinate representation of color #506D53: hue angle of 126.21º 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 #506D53 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 109 83 -
CMYK 0.27 0 0.24 0.57
HSL 126.21º 0.15% 0.37% -
HSV(B) 126.21º 0.27% 0.43% -
XYZ 10.34 13.27 10.2 -
YUV 97.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 80 109 83 0.27 0 0.24 0.57 126.21 0.15 0.37
Hex 50 6D 53 1B 0 18 39 7E F 25
Octal 120 155 123 33 0 30 71 176 17 45
Binary 1010000 1101101 1010011 11011 0 11000 111001 1111110 1111 100101

Color Harmonies of #506D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D53

Black with #506D53

Text Example


Text Example

White with #506D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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