Html Css Color HEX #508B56 Killarney

📋 copy color: '#508B56'

red 80 ◦ green 139 ◦ blue 86

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

Shades of Killarney #508B56

Tints of Killarney #508B56

RGB

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

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

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

R = 26.23%
G = 45.57%
B = 28.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#508B56 (or 0x508B56) is known color: Killarney. HEX triplet: 50, 8B and 56. RGB value is (80,139,86). Sum of RGB (Red+Green+Blue) = 80+139+86=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #508B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B56 is #AF74A9. Grayscale: #737373. Windows color (decimal): -11498666 or 5671760. OLE color: 5671760.

HSL color Cylindrical-coordinate representation of color #508B56: hue angle of 126.1º 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 #508B56 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 86 -
CMYK 0.42 0 0.38 0.45
HSL 126.1º 0.27% 0.43% -
HSV(B) 126.1º 0.42% 0.55% -
XYZ 14.22 20.84 12.08 -
YUV 115.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 80 139 86 0.42 0 0.38 0.45 126.1 0.27 0.43
Hex 50 8B 56 2A 0 26 2D 7E 1B 2B
Octal 120 213 126 52 0 46 55 176 33 53
Binary 1010000 10001011 1010110 101010 0 100110 101101 1111110 11011 101011

Color Harmonies of #508B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B56

Black with #508B56

Text Example


Text Example

White with #508B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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