Html Css Color HEX #507F59 Killarney

📋 copy color: '#507F59'

red 80 ◦ green 127 ◦ blue 89

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

Shades of Killarney #507F59

Tints of Killarney #507F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 27.03%
G = 42.91%
B = 30.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#507F59 (or 0x507F59) is known color: Killarney. HEX triplet: 50, 7F and 59. RGB value is (80,127,89). Sum of RGB (Red+Green+Blue) = 80+127+89=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #507F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F59 is #AF80A6. Grayscale: #6C6C6C. Windows color (decimal): -11501735 or 5865296. OLE color: 5865296.

HSL color Cylindrical-coordinate representation of color #507F59: hue angle of 131.49º 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 #507F59 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 127 89 -
CMYK 0.37 0 0.30 0.50
HSL 131.49º 0.23% 0.41% -
HSV(B) 131.49º 0.37% 0.5% -
XYZ 12.7 17.61 12.18 -
YUV 108.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 80 127 89 0.37 0 0.30 0.50 131.49 0.23 0.41
Hex 50 7F 59 25 0 1E 32 83 17 29
Octal 120 177 131 45 0 36 62 203 27 51
Binary 1010000 1111111 1011001 100101 0 11110 110010 10000011 10111 101001

Color Harmonies of #507F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F59

Black with #507F59

Text Example


Text Example

White with #507F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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