Html Css Color HEX #5B823A Dingley

📋 copy color: '#5B823A'

red 91 ◦ green 130 ◦ blue 58

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

Shades of Dingley #5B823A

Tints of Dingley #5B823A

RGB

 RED value IS 91 (35.94% from 255) = 32.62%

 GREEN value IS 130 (51.17% from 255) = 46.59%

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

R = 32.62%
G = 46.59%
B = 20.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#5B823A (or 0x5B823A) is known color: Dingley. HEX triplet: 5B, 82 and 3A. RGB value is (91,130,58). Sum of RGB (Red+Green+Blue) = 91+130+58=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #5B823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B823A is #A47DC5. Grayscale: #6E6E6E. Windows color (decimal): -10780102 or 3834459. OLE color: 3834459.

HSL color Cylindrical-coordinate representation of color #5B823A: hue angle of 92.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B823A is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 130 58 -
CMYK 0.30 0 0.55 0.49
HSL 92.5º 0.38% 0.37% -
HSV(B) 92.5º 0.55% 0.51% -
XYZ 13.06 18.49 6.88 -
YUV 110.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 91 130 58 0.30 0 0.55 0.49 92.5 0.38 0.37
Hex 5B 82 3A 1E 0 37 31 5C 26 25
Octal 133 202 72 36 0 67 61 134 46 45
Binary 1011011 10000010 111010 11110 0 110111 110001 1011100 100110 100101

Color Harmonies of #5B823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B823A

Black with #5B823A

Text Example


Text Example

White with #5B823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B823A; }

 p { color: rgb(91,130,58); }

 H1.HeaderClassName
 {
   color: #5B823A;
 }
 .AnyTagClassName
 {
   color: #5B823A;
 }
</style>

background-color css

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

 a { background-color: rgb(91,130,58); }

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

border-color css

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

 span { border-color: rgb(91,130,58); }

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