#508558

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

Shades of Killarney #508558

Tints of Killarney #508558

Color information

#508558 (or 0x508558) is unknown color: approx Killarney. HEX triplet: 50, 85 and 58. RGB value is (80,133,88). Sum of RGB (Red+Green+Blue) = 80+133+88=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #508558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508558 is #AF7AA7. Grayscale: #707070. Windows color (decimal): -11500200 or 5801296. OLE color: 5801296.

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

Color convert

RGB8013388-
CMYK0.4000.340.48
HSL129.06º24.88%41.76%-
HSV(B)129.06º39.85%52.16%-
XYZ13.4619.1912.23-
YUV112.02114.44105.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=26.58%
G=44.19%
B=29.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133880.4000.340.48129.0624.8841.76
Hex508558280223081192a
Octal12020513050042602013152
Binary101000010000101101100010100001000101100001000000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508558; }

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

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

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

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

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

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

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

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