Html Css Color HEX #507E59 Killarney

📋 copy color: '#507E59'

red 80 ◦ green 126 ◦ blue 89

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

Shades of Killarney #507E59

Tints of Killarney #507E59

RGB

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

 GREEN value IS 126 (49.61% from 255) = 42.71%

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

R = 27.12%
G = 42.71%
B = 30.17%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#507E59 (or 0x507E59) is known color: Killarney. HEX triplet: 50, 7E and 59. RGB value is (80,126,89). Sum of RGB (Red+Green+Blue) = 80+126+89=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 126 - color contains mainly: green. Hex color #507E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E59 is #AF81A6. Grayscale: #6C6C6C. Windows color (decimal): -11501991 or 5865040. OLE color: 5865040.

HSL color Cylindrical-coordinate representation of color #507E59: hue angle of 131.74º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507E59 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 126 89 -
CMYK 0.37 0 0.29 0.51
HSL 131.74º 0.22% 0.4% -
HSV(B) 131.74º 0.37% 0.49% -
XYZ 12.57 17.35 12.14 -
YUV 108.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 80 126 89 0.37 0 0.29 0.51 131.74 0.22 0.4
Hex 50 7E 59 25 0 1D 33 84 16 28
Octal 120 176 131 45 0 35 63 204 26 50
Binary 1010000 1111110 1011001 100101 0 11101 110011 10000100 10110 101000

Color Harmonies of #507E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E59

Black with #507E59

Text Example


Text Example

White with #507E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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