#518058

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

Shades of Killarney #518058

Tints of Killarney #518058

Color information

#518058 (or 0x518058) is unknown color: approx Killarney. HEX triplet: 51, 80 and 58. RGB value is (81,128,88). Sum of RGB (Red+Green+Blue) = 81+128+88=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #518058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518058 is #AE7FA7. Grayscale: #6D6D6D. Windows color (decimal): -11435944 or 5800017. OLE color: 5800017.

HSL color Cylindrical-coordinate representation of color #518058: hue angle of 128.94º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518058 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB8112888-
CMYK0.3700.310.50
HSL128.94º22.49%40.98%-
HSV(B)128.94º36.72%50.2%-
XYZ12.8717.8912.01-
YUV109.39115.93107.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=27.27%
G=43.10%
B=29.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81128880.3700.310.50128.9422.4940.98
Hex5180582501F32811629
Octal12120013045037622012651
Binary10100011000000010110001001010111111100101000000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518058; }

 p { color: rgb(81,128,88); }

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

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

 a { background-color: rgb(81,128,88); }

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

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

 span { border-color: rgb(81,128,88); }

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