#508455

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

Shades of Killarney #508455

Tints of Killarney #508455

Color information

#508455 (or 0x508455) is unknown color: approx Killarney. HEX triplet: 50, 84 and 55. RGB value is (80,132,85). Sum of RGB (Red+Green+Blue) = 80+132+85=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #508455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508455 is #AF7BAA. Grayscale: #6F6F6F. Windows color (decimal): -11500459 or 5604432. OLE color: 5604432.

HSL color Cylindrical-coordinate representation of color #508455: hue angle of 125.77º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508455 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB8013285-
CMYK0.3900.360.48
HSL125.77º24.53%41.57%-
HSV(B)125.77º39.39%51.76%-
XYZ13.218.8611.54-
YUV111.09113.27105.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=26.94%
G=44.44%
B=28.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132850.3900.360.48125.7724.5341.57
Hex50845527024307e192a
Octal12020412547044601763152
Binary10100001000010010101011001110100100110000111111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508455; }

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

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

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

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

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

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

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

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