#586F5A

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

Shades of Killarney #586F5A

Tints of Killarney #586F5A

Color information

#586F5A (or 0x586F5A) is unknown color: approx Killarney. HEX triplet: 58, 6F and 5A. RGB value is (88,111,90). Sum of RGB (Red+Green+Blue) = 88+111+90=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #586F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F5A is #A790A5. Grayscale: #656565. Windows color (decimal): -10981542 or 5926744. OLE color: 5926744.

HSL color Cylindrical-coordinate representation of color #586F5A: hue angle of 125.22º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586F5A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB8811190-
CMYK0.2100.190.56
HSL125.22º11.56%39.02%-
HSV(B)125.22º20.72%43.53%-
XYZ11.5514.1811.8-
YUV101.73121.38118.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=30.45%
G=38.41%
B=31.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88111900.2100.190.56125.2211.5639.02
Hex586F5A15013387dc27
Octal13015713225023701751447
Binary1011000110111110110101010101001111100011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586F5A; }

 p { color: rgb(88,111,90); }

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

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

 a { background-color: rgb(88,111,90); }

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

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

 span { border-color: rgb(88,111,90); }

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