#587548

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

Shades of Dingley #587548

Tints of Dingley #587548

Color information

#587548 (or 0x587548) is unknown color: approx Dingley. HEX triplet: 58, 75 and 48. RGB value is (88,117,72). Sum of RGB (Red+Green+Blue) = 88+117+72=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #587548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587548 is #A78AB7. Grayscale: #676767. Windows color (decimal): -10980024 or 4748632. OLE color: 4748632.

HSL color Cylindrical-coordinate representation of color #587548: hue angle of 98.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #587548 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB8811772-
CMYK0.2500.380.54
HSL98.67º23.81%37.06%-
HSV(B)98.67º38.46%45.88%-
XYZ11.5615.278.47-
YUV103.2110.39117.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=31.77%
G=42.24%
B=25.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88117720.2500.380.5498.6723.8137.06
Hex5875481902636631825
Octal13016511031046661433045
Binary101100011101011001000110010100110110110110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587548; }

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

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

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

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

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

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

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

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