Html Css Color HEX #58853A Dingley

📋 copy color: '#58853A'

red 88 ◦ green 133 ◦ blue 58

#58853A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #58853A

Tints of Dingley #58853A

RGB

 RED value IS 88 (34.77% from 255) = 31.54%

 GREEN value IS 133 (52.34% from 255) = 47.67%

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 31.54%
G = 47.67%
B = 20.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#58853A (or 0x58853A) is known color: Dingley. HEX triplet: 58, 85 and 3A. RGB value is (88,133,58). Sum of RGB (Red+Green+Blue) = 88+133+58=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #58853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58853A is #A77AC5. Grayscale: #6F6F6F. Windows color (decimal): -10975942 or 3835224. OLE color: 3835224.

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

Color convert

RGB 88 133 58 -
CMYK 0.34 0 0.56 0.48
HSL 96º 0.39% 0.37% -
HSV(B) 96º 0.56% 0.52% -
XYZ 13.18 19.16 7.01 -
YUV 111 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 88 133 58 0.34 0 0.56 0.48 96 0.39 0.37
Hex 58 85 3A 22 0 38 30 60 27 25
Octal 130 205 72 42 0 70 60 140 47 45
Binary 1011000 10000101 111010 100010 0 111000 110000 1100000 100111 100101

Color Harmonies of #58853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58853A

Black with #58853A

Text Example


Text Example

White with #58853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58853A;
 }
 .AnyTagClassName
 {
   color: #58853A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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