#508255

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

Shades of Killarney #508255

Tints of Killarney #508255

Color information

#508255 (or 0x508255) is unknown color: approx Killarney. HEX triplet: 50, 82 and 55. RGB value is (80,130,85). Sum of RGB (Red+Green+Blue) = 80+130+85=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #508255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508255 is #AF7DAA. Grayscale: #6E6E6E. Windows color (decimal): -11500971 or 5603920. OLE color: 5603920.

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

Color convert

RGB8013085-
CMYK0.3800.350.49
HSL126º23.81%41.18%-
HSV(B)126º38.46%50.98%-
XYZ12.9318.3311.45-
YUV109.92113.94106.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=27.12%
G=44.07%
B=28.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80130850.3800.350.4912623.8141.18
Hex50825526023317e1829
Octal12020212546043611763051
Binary10100001000001010101011001100100011110001111111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508255; }

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

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

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

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

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

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

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

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