Html Css Color HEX #508258 Killarney

📋 copy color: '#508258'

red 80 ◦ green 130 ◦ blue 88

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

Shades of Killarney #508258

Tints of Killarney #508258

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 26.85%
G = 43.62%
B = 29.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#508258 (or 0x508258) is known color: Killarney. HEX triplet: 50, 82 and 58. RGB value is (80,130,88). Sum of RGB (Red+Green+Blue) = 80+130+88=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #508258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508258 is #AF7DA7. Grayscale: #6E6E6E. Windows color (decimal): -11500968 or 5800528. OLE color: 5800528.

HSL color Cylindrical-coordinate representation of color #508258: hue angle of 129.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508258 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 88 -
CMYK 0.38 0 0.32 0.49
HSL 129.6º 0.24% 0.41% -
HSV(B) 129.6º 0.38% 0.51% -
XYZ 13.05 18.38 12.09 -
YUV 110.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 80 130 88 0.38 0 0.32 0.49 129.6 0.24 0.41
Hex 50 82 58 26 0 20 31 82 18 29
Octal 120 202 130 46 0 40 61 202 30 51
Binary 1010000 10000010 1011000 100110 0 100000 110001 10000010 11000 101001

Color Harmonies of #508258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508258

Black with #508258

Text Example


Text Example

White with #508258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508258; }

 p { color: rgb(80,130,88); }

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

background-color css

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

 a { background-color: rgb(80,130,88); }

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

border-color css

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

 span { border-color: rgb(80,130,88); }

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