#58853B

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

Shades of Dingley #58853B

Tints of Dingley #58853B

Color information

#58853B (or 0x58853B) is unknown color: approx Dingley. HEX triplet: 58, 85 and 3B. RGB value is (88,133,59). Sum of RGB (Red+Green+Blue) = 88+133+59=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #58853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58853B is #A77AC4. Grayscale: #6F6F6F. Windows color (decimal): -10975941 or 3900760. OLE color: 3900760.

HSL color Cylindrical-coordinate representation of color #58853B: hue angle of 96.49º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58853B is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB8813359-
CMYK0.3400.560.48
HSL96.49º38.54%37.65%-
HSV(B)96.49º55.64%52.16%-
XYZ13.219.177.14-
YUV111.1198.59111.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 59 (23.44% from 255) = 21.07%
R=31.43%
G=47.5%
B=21.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88133590.3400.560.4896.4938.5437.65
Hex58853B2203830602726
Octal1302057342070601404746
Binary10110001000010111101110001001110001100001100000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,133,59); }

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

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

 a { background-color: rgb(88,133,59); }

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

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

 span { border-color: rgb(88,133,59); }

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