Html Css Color HEX #506C54 Killarney

📋 copy color: '#506C54'

red 80 ◦ green 108 ◦ blue 84

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

Shades of Killarney #506C54

Tints of Killarney #506C54

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.71%

 BLUE value IS 84 (33.2% from 255) = 30.88%

R = 29.41%
G = 39.71%
B = 30.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#506C54 (or 0x506C54) is known color: Killarney. HEX triplet: 50, 6C and 54. RGB value is (80,108,84). Sum of RGB (Red+Green+Blue) = 80+108+84=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 108 - color contains mainly: green. Hex color #506C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C54 is #AF93AB. Grayscale: #606060. Windows color (decimal): -11506604 or 5532752. OLE color: 5532752.

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

Color convert

RGB 80 108 84 -
CMYK 0.26 0 0.22 0.58
HSL 128.57º 0.15% 0.37% -
HSV(B) 128.57º 0.26% 0.42% -
XYZ 10.27 13.07 10.37 -
YUV 96.89 120.72 115.95 -
System Red Green Blue C M Y K H S L
Decimal 80 108 84 0.26 0 0.22 0.58 128.57 0.15 0.37
Hex 50 6C 54 1A 0 16 3A 81 F 25
Octal 120 154 124 32 0 26 72 201 17 45
Binary 1010000 1101100 1010100 11010 0 10110 111010 10000001 1111 100101

Color Harmonies of #506C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C54

Black with #506C54

Text Example


Text Example

White with #506C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,108,84); }

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

background-color css

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

 a { background-color: rgb(80,108,84); }

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

border-color css

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

 span { border-color: rgb(80,108,84); }

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