Html Css Color HEX #56803A Dingley

📋 copy color: '#56803A'

red 86 ◦ green 128 ◦ blue 58

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

Shades of Dingley #56803A

Tints of Dingley #56803A

RGB

 RED value IS 86 (33.98% from 255) = 31.62%

 GREEN value IS 128 (50.39% from 255) = 47.06%

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

R = 31.62%
G = 47.06%
B = 21.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#56803A (or 0x56803A) is known color: Dingley. HEX triplet: 56, 80 and 3A. RGB value is (86,128,58). Sum of RGB (Red+Green+Blue) = 86+128+58=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #56803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56803A is #A97FC5. Grayscale: #6B6B6B. Windows color (decimal): -11108294 or 3833942. OLE color: 3833942.

HSL color Cylindrical-coordinate representation of color #56803A: hue angle of 96º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56803A is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 128 58 -
CMYK 0.33 0 0.55 0.50
HSL 96º 0.38% 0.36% -
HSV(B) 96º 0.55% 0.5% -
XYZ 12.32 17.72 6.77 -
YUV 107.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 86 128 58 0.33 0 0.55 0.50 96 0.38 0.36
Hex 56 80 3A 21 0 37 32 60 26 24
Octal 126 200 72 41 0 67 62 140 46 44
Binary 1010110 10000000 111010 100001 0 110111 110010 1100000 100110 100100

Color Harmonies of #56803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56803A

Black with #56803A

Text Example


Text Example

White with #56803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,128,58); }

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

background-color css

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

 a { background-color: rgb(86,128,58); }

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

border-color css

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

 span { border-color: rgb(86,128,58); }

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