Html Css Color HEX #506F55 Killarney

📋 copy color: '#506F55'

red 80 ◦ green 111 ◦ blue 85

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

Shades of Killarney #506F55

Tints of Killarney #506F55

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.22%

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 28.99%
G = 40.22%
B = 30.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#506F55 (or 0x506F55) is known color: Killarney. HEX triplet: 50, 6F and 55. RGB value is (80,111,85). Sum of RGB (Red+Green+Blue) = 80+111+85=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #506F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F55 is #AF90AA. Grayscale: #626262. Windows color (decimal): -11505835 or 5599056. OLE color: 5599056.

HSL color Cylindrical-coordinate representation of color #506F55: hue angle of 129.68º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F55 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 85 -
CMYK 0.28 0 0.23 0.56
HSL 129.68º 0.16% 0.37% -
HSV(B) 129.68º 0.28% 0.44% -
XYZ 10.63 13.73 10.68 -
YUV 98.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 80 111 85 0.28 0 0.23 0.56 129.68 0.16 0.37
Hex 50 6F 55 1C 0 17 38 82 10 25
Octal 120 157 125 34 0 27 70 202 20 45
Binary 1010000 1101111 1010101 11100 0 10111 111000 10000010 10000 100101

Color Harmonies of #506F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F55

Black with #506F55

Text Example


Text Example

White with #506F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,111,85); }

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

background-color css

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

 a { background-color: rgb(80,111,85); }

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

border-color css

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

 span { border-color: rgb(80,111,85); }

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