Html Css Color HEX #508A53 Killarney

📋 copy color: '#508A53'

red 80 ◦ green 138 ◦ blue 83

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

Shades of Killarney #508A53

Tints of Killarney #508A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 26.58%
G = 45.85%
B = 27.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#508A53 (or 0x508A53) is known color: Killarney. HEX triplet: 50, 8A and 53. RGB value is (80,138,83). Sum of RGB (Red+Green+Blue) = 80+138+83=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #508A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A53 is #AF75AC. Grayscale: #727272. Windows color (decimal): -11498925 or 5474896. OLE color: 5474896.

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

Color convert

RGB 80 138 83 -
CMYK 0.42 0 0.40 0.46
HSL 123.1º 0.27% 0.43% -
HSV(B) 123.1º 0.42% 0.54% -
XYZ 13.96 20.51 11.41 -
YUV 114.39 110.28 103.47 -
System Red Green Blue C M Y K H S L
Decimal 80 138 83 0.42 0 0.40 0.46 123.1 0.27 0.43
Hex 50 8A 53 2A 0 28 2E 7B 1B 2B
Octal 120 212 123 52 0 50 56 173 33 53
Binary 1010000 10001010 1010011 101010 0 101000 101110 1111011 11011 101011

Color Harmonies of #508A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508A53

Black with #508A53

Text Example


Text Example

White with #508A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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