#508259

Color #508259 Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #508259

Tints of Killarney #508259

Color information

#508259 (or 0x508259) is unknown color: approx Killarney. HEX triplet: 50, 82 and 59. RGB value is (80,130,89). Sum of RGB (Red+Green+Blue) = 80+130+89=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #508259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508259 is #AF7DA6. Grayscale: #6E6E6E. Windows color (decimal): -11500967 or 5866064. OLE color: 5866064.

HSL color Cylindrical-coordinate representation of color #508259: hue angle of 130.8º 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 #508259 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB8013089-
CMYK0.3800.320.49
HSL130.8º23.81%41.18%-
HSV(B)130.8º38.46%50.98%-
XYZ13.0918.3912.31-
YUV110.38115.94106.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 89 (35.16% from 255) = 29.77%
R=26.76%
G=43.48%
B=29.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130890.3800.320.49130.823.8141.18
Hex5082592602031831829
Octal12020213146040612033051
Binary101000010000010101100110011001000001100011000001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508259; }

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

 H1.HeaderClassName
 {
   color: #508259;
 }
 .AnyTagClassName
 {
   color: #508259;
 }
</style>
background-color css

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

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

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

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

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

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