Html Css Color HEX #507F51 Killarney

📋 copy color: '#507F51'

red 80 ◦ green 127 ◦ blue 81

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

Shades of Killarney #507F51

Tints of Killarney #507F51

RGB

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

 GREEN value IS 127 (50% from 255) = 44.1%

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

R = 27.78%
G = 44.1%
B = 28.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#507F51 (or 0x507F51) is known color: Killarney. HEX triplet: 50, 7F and 51. RGB value is (80,127,81). Sum of RGB (Red+Green+Blue) = 80+127+81=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #507F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F51 is #AF80AE. Grayscale: #6B6B6B. Windows color (decimal): -11501743 or 5341008. OLE color: 5341008.

HSL color Cylindrical-coordinate representation of color #507F51: hue angle of 121.28º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F51 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 81 -
CMYK 0.37 0 0.36 0.50
HSL 121.28º 0.23% 0.41% -
HSV(B) 121.28º 0.37% 0.5% -
XYZ 12.38 17.48 10.51 -
YUV 107.7 112.93 108.24 -
System Red Green Blue C M Y K H S L
Decimal 80 127 81 0.37 0 0.36 0.50 121.28 0.23 0.41
Hex 50 7F 51 25 0 24 32 79 17 29
Octal 120 177 121 45 0 44 62 171 27 51
Binary 1010000 1111111 1010001 100101 0 100100 110010 1111001 10111 101001

Color Harmonies of #507F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F51

Black with #507F51

Text Example


Text Example

White with #507F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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