#58725C

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

Shades of Killarney #58725C

Tints of Killarney #58725C

Color information

#58725C (or 0x58725C) is unknown color: approx Killarney. HEX triplet: 58, 72 and 5C. RGB value is (88,114,92). Sum of RGB (Red+Green+Blue) = 88+114+92=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #58725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58725C is #A78DA3. Grayscale: #676767. Windows color (decimal): -10980772 or 6058584. OLE color: 6058584.

HSL color Cylindrical-coordinate representation of color #58725C: hue angle of 129.23º 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 #58725C is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB8811492-
CMYK0.2300.190.55
HSL129.23º12.87%39.61%-
HSV(B)129.23º22.81%44.71%-
XYZ11.9714.8812.37-
YUV103.72121.39116.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.93%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=29.93%
G=38.78%
B=31.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88114920.2300.190.55129.2312.8739.61
Hex58725C170133781d28
Octal13016213427023672011550
Binary10110001110010101110010111010011110111100000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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