#508253

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

Shades of Killarney #508253

Tints of Killarney #508253

Color information

#508253 (or 0x508253) is unknown color: approx Killarney. HEX triplet: 50, 82 and 53. RGB value is (80,130,83). Sum of RGB (Red+Green+Blue) = 80+130+83=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #508253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508253 is #AF7DAC. Grayscale: #6D6D6D. Windows color (decimal): -11500973 or 5472848. OLE color: 5472848.

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

Color convert

RGB8013083-
CMYK0.3800.360.49
HSL123.6º23.81%41.18%-
HSV(B)123.6º38.46%50.98%-
XYZ12.8518.311.04-
YUV109.69112.94106.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=27.30%
G=44.37%
B=28.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130830.3800.360.49123.623.8141.18
Hex50825326024317c1829
Octal12020212346044611743051
Binary10100001000001010100111001100100100110001111110011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508253; }

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

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

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

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

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

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

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

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