#58755A

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

Shades of Killarney #58755A

Tints of Killarney #58755A

Color information

#58755A (or 0x58755A) is unknown color: approx Killarney. HEX triplet: 58, 75 and 5A. RGB value is (88,117,90). Sum of RGB (Red+Green+Blue) = 88+117+90=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #58755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58755A is #A78AA5. Grayscale: #696969. Windows color (decimal): -10980006 or 5928280. OLE color: 5928280.

HSL color Cylindrical-coordinate representation of color #58755A: hue angle of 124.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58755A is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB8811790-
CMYK0.2500.230.54
HSL124.14º14.15%40.2%-
HSV(B)124.14º24.79%45.88%-
XYZ12.2315.5412.03-
YUV105.25119.39115.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=29.83%
G=39.66%
B=30.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88117900.2500.230.54124.1414.1540.2
Hex58755A19017367ce28
Octal13016513231027661741650
Binary1011000111010110110101100101011111011011111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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