#58775B

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

Shades of Killarney #58775B

Tints of Killarney #58775B

Color information

#58775B (or 0x58775B) is unknown color: approx Killarney. HEX triplet: 58, 77 and 5B. RGB value is (88,119,91). Sum of RGB (Red+Green+Blue) = 88+119+91=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #58775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58775B is #A788A4. Grayscale: #6A6A6A. Windows color (decimal): -10979493 or 5994328. OLE color: 5994328.

HSL color Cylindrical-coordinate representation of color #58775B: hue angle of 125.81º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58775B is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB8811991-
CMYK0.2600.240.53
HSL125.81º14.98%40.59%-
HSV(B)125.81º26.05%46.67%-
XYZ12.5116.0212.33-
YUV106.54119.23114.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=29.53%
G=39.93%
B=30.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88119910.2600.240.53125.8114.9840.59
Hex58775B1A018357ef29
Octal13016713332030651761751
Binary1011000111011110110111101001100011010111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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