#58765A

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

Shades of Killarney #58765A

Tints of Killarney #58765A

Color information

#58765A (or 0x58765A) is unknown color: approx Killarney. HEX triplet: 58, 76 and 5A. RGB value is (88,118,90). Sum of RGB (Red+Green+Blue) = 88+118+90=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #58765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58765A is #A789A5. Grayscale: #696969. Windows color (decimal): -10979750 or 5928536. OLE color: 5928536.

HSL color Cylindrical-coordinate representation of color #58765A: hue angle of 124º degrees, saturation: 0.15, 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 #58765A is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB8811890-
CMYK0.2500.240.54
HSL124º14.56%40.39%-
HSV(B)124º25.42%46.27%-
XYZ12.3515.7712.07-
YUV105.84119.06115.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=29.73%
G=39.86%
B=30.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88118900.2500.240.5412414.5640.39
Hex58765A19018367cf28
Octal13016613231030661741750
Binary1011000111011010110101100101100011011011111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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