Html Css Color HEX #508A56 Killarney

📋 copy color: '#508A56'

red 80 ◦ green 138 ◦ blue 86

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

Shades of Killarney #508A56

Tints of Killarney #508A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.39%

 BLUE value IS 86 (33.98% from 255) = 28.29%

R = 26.32%
G = 45.39%
B = 28.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#508A56 (or 0x508A56) is known color: Killarney. HEX triplet: 50, 8A and 56. RGB value is (80,138,86). Sum of RGB (Red+Green+Blue) = 80+138+86=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #508A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A56 is #AF75A9. Grayscale: #727272. Windows color (decimal): -11498922 or 5671504. OLE color: 5671504.

HSL color Cylindrical-coordinate representation of color #508A56: hue angle of 126.21º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508A56 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 138 86 -
CMYK 0.42 0 0.38 0.46
HSL 126.21º 0.27% 0.43% -
HSV(B) 126.21º 0.42% 0.54% -
XYZ 14.08 20.55 12.03 -
YUV 114.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 80 138 86 0.42 0 0.38 0.46 126.21 0.27 0.43
Hex 50 8A 56 2A 0 26 2E 7E 1B 2B
Octal 120 212 126 52 0 46 56 176 33 53
Binary 1010000 10001010 1010110 101010 0 100110 101110 1111110 11011 101011

Color Harmonies of #508A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508A56

Black with #508A56

Text Example


Text Example

White with #508A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508A56; }

 p { color: rgb(80,138,86); }

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

background-color css

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

 a { background-color: rgb(80,138,86); }

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

border-color css

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

 span { border-color: rgb(80,138,86); }

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