Html Css Color HEX #508B5A Killarney

📋 copy color: '#508B5A'

red 80 ◦ green 139 ◦ blue 90

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

Shades of Killarney #508B5A

Tints of Killarney #508B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 25.89%
G = 44.98%
B = 29.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#508B5A (or 0x508B5A) is known color: Killarney. HEX triplet: 50, 8B and 5A. RGB value is (80,139,90). Sum of RGB (Red+Green+Blue) = 80+139+90=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #508B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B5A is #AF74A5. Grayscale: #737373. Windows color (decimal): -11498662 or 5933904. OLE color: 5933904.

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

Color convert

RGB 80 139 90 -
CMYK 0.42 0 0.35 0.45
HSL 130.17º 0.27% 0.43% -
HSV(B) 130.17º 0.42% 0.55% -
XYZ 14.39 20.91 12.95 -
YUV 115.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 80 139 90 0.42 0 0.35 0.45 130.17 0.27 0.43
Hex 50 8B 5A 2A 0 23 2D 82 1B 2B
Octal 120 213 132 52 0 43 55 202 33 53
Binary 1010000 10001011 1011010 101010 0 100011 101101 10000010 11011 101011

Color Harmonies of #508B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B5A

Black with #508B5A

Text Example


Text Example

White with #508B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,139,90); }

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

background-color css

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

 a { background-color: rgb(80,139,90); }

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

border-color css

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

 span { border-color: rgb(80,139,90); }

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