#58705A

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

Shades of Killarney #58705A

Tints of Killarney #58705A

Color information

#58705A (or 0x58705A) is unknown color: approx Killarney. HEX triplet: 58, 70 and 5A. RGB value is (88,112,90). Sum of RGB (Red+Green+Blue) = 88+112+90=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #58705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58705A is #A78FA5. Grayscale: #666666. Windows color (decimal): -10981286 or 5927000. OLE color: 5927000.

HSL color Cylindrical-coordinate representation of color #58705A: hue angle of 125º 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 #58705A is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB8811290-
CMYK0.2100.200.56
HSL125º12%39.22%-
HSV(B)125º21.43%43.92%-
XYZ11.6614.411.84-
YUV102.32121.05117.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.34%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=30.34%
G=38.62%
B=31.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88112900.2100.200.561251239.22
Hex58705A15014387dc27
Octal13016013225024701751447
Binary1011000111000010110101010101010011100011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58705A; }

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

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

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

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

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

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

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

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