Html Css Color HEX #506C52 Killarney

📋 copy color: '#506C52'

red 80 ◦ green 108 ◦ blue 82

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

Shades of Killarney #506C52

Tints of Killarney #506C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 29.63%
G = 40%
B = 30.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#506C52 (or 0x506C52) is known color: Killarney. HEX triplet: 50, 6C and 52. RGB value is (80,108,82). Sum of RGB (Red+Green+Blue) = 80+108+82=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #506C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C52 is #AF93AD. Grayscale: #606060. Windows color (decimal): -11506606 or 5401680. OLE color: 5401680.

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

Color convert

RGB 80 108 82 -
CMYK 0.26 0 0.24 0.58
HSL 124.29º 0.15% 0.37% -
HSV(B) 124.29º 0.26% 0.42% -
XYZ 10.19 13.04 9.96 -
YUV 96.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 80 108 82 0.26 0 0.24 0.58 124.29 0.15 0.37
Hex 50 6C 52 1A 0 18 3A 7C F 25
Octal 120 154 122 32 0 30 72 174 17 45
Binary 1010000 1101100 1010010 11010 0 11000 111010 1111100 1111 100101

Color Harmonies of #506C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C52

Black with #506C52

Text Example


Text Example

White with #506C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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