Html Css Color HEX #507051 Killarney

📋 copy color: '#507051'

red 80 ◦ green 112 ◦ blue 81

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

Shades of Killarney #507051

Tints of Killarney #507051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.03%

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

R = 29.3%
G = 41.03%
B = 29.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#507051 (or 0x507051) is known color: Killarney. HEX triplet: 50, 70 and 51. RGB value is (80,112,81). Sum of RGB (Red+Green+Blue) = 80+112+81=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #507051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507051 is #AF8FAE. Grayscale: #626262. Windows color (decimal): -11505583 or 5337168. OLE color: 5337168.

HSL color Cylindrical-coordinate representation of color #507051: hue angle of 121.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507051 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 81 -
CMYK 0.29 0 0.28 0.56
HSL 121.88º 0.17% 0.38% -
HSV(B) 121.88º 0.29% 0.44% -
XYZ 10.59 13.89 9.91 -
YUV 98.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 80 112 81 0.29 0 0.28 0.56 121.88 0.17 0.38
Hex 50 70 51 1D 0 1C 38 7A 11 26
Octal 120 160 121 35 0 34 70 172 21 46
Binary 1010000 1110000 1010001 11101 0 11100 111000 1111010 10001 100110

Color Harmonies of #507051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507051

Black with #507051

Text Example


Text Example

White with #507051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507051; }

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

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

background-color css

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

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

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

border-color css

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

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

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