#587448

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

Shades of Dingley #587448

Tints of Dingley #587448

Color information

#587448 (or 0x587448) is unknown color: approx Dingley. HEX triplet: 58, 74 and 48. RGB value is (88,116,72). Sum of RGB (Red+Green+Blue) = 88+116+72=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #587448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587448 is #A78BB7. Grayscale: #666666. Windows color (decimal): -10980280 or 4748376. OLE color: 4748376.

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

Color convert

RGB8811672-
CMYK0.2400.380.55
HSL98.18º23.4%36.86%-
HSV(B)98.18º37.93%45.49%-
XYZ11.4415.038.43-
YUV102.61110.72117.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=31.88%
G=42.03%
B=26.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88116720.2400.380.5598.1823.436.86
Hex5874481802637621725
Octal13016411030046671422745
Binary101100011101001001000110000100110110111110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587448; }

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

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

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

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

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

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

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

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