Html Css Color HEX #508559 Killarney

📋 copy color: '#508559'

red 80 ◦ green 133 ◦ blue 89

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

Shades of Killarney #508559

Tints of Killarney #508559

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

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

R = 26.49%
G = 44.04%
B = 29.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#508559 (or 0x508559) is known color: Killarney. HEX triplet: 50, 85 and 59. RGB value is (80,133,89). Sum of RGB (Red+Green+Blue) = 80+133+89=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #508559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508559 is #AF7AA6. Grayscale: #707070. Windows color (decimal): -11500199 or 5866832. OLE color: 5866832.

HSL color Cylindrical-coordinate representation of color #508559: hue angle of 130.19º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508559 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 89 -
CMYK 0.40 0 0.33 0.48
HSL 130.19º 0.25% 0.42% -
HSV(B) 130.19º 0.4% 0.52% -
XYZ 13.5 19.2 12.45 -
YUV 112.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 80 133 89 0.40 0 0.33 0.48 130.19 0.25 0.42
Hex 50 85 59 28 0 21 30 82 19 2A
Octal 120 205 131 50 0 41 60 202 31 52
Binary 1010000 10000101 1011001 101000 0 100001 110000 10000010 11001 101010

Color Harmonies of #508559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508559

Black with #508559

Text Example


Text Example

White with #508559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508559; }

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

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

background-color css

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

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

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

border-color css

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

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

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