#58725B

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

Shades of Killarney #58725B

Tints of Killarney #58725B

Color information

#58725B (or 0x58725B) is unknown color: approx Killarney. HEX triplet: 58, 72 and 5B. RGB value is (88,114,91). Sum of RGB (Red+Green+Blue) = 88+114+91=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #58725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58725B is #A78DA4. Grayscale: #676767. Windows color (decimal): -10980773 or 5993048. OLE color: 5993048.

HSL color Cylindrical-coordinate representation of color #58725B: hue angle of 126.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58725B is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB8811491-
CMYK0.2300.200.55
HSL126.92º12.87%39.61%-
HSV(B)126.92º22.81%44.71%-
XYZ11.9314.8612.14-
YUV103.6120.89116.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=30.03%
G=38.91%
B=31.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88114910.2300.200.55126.9212.8739.61
Hex58725B17014377fd28
Octal13016213327024671771550
Binary1011000111001010110111011101010011011111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58725B; }

 p { color: rgb(88,114,91); }

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

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

 a { background-color: rgb(88,114,91); }

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

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

 span { border-color: rgb(88,114,91); }

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