Html Css Color HEX #5B5838 Verdigris

📋 copy color: '#5B5838'

red 91 ◦ green 88 ◦ blue 56

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

Shades of Verdigris #5B5838

Tints of Verdigris #5B5838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 38.72%
G = 37.45%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5B5838 (or 0x5B5838) is known color: Verdigris. HEX triplet: 5B, 58 and 38. RGB value is (91,88,56). Sum of RGB (Red+Green+Blue) = 91+88+56=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5838 is #A4A7C7. Grayscale: #555555. Windows color (decimal): -10790856 or 3692635. OLE color: 3692635.

HSL color Cylindrical-coordinate representation of color #5B5838: hue angle of 54.86º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B5838 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 88 56 -
CMYK 0 0.03 0.38 0.64
HSL 54.86º 0.24% 0.29% -
HSV(B) 54.86º 0.38% 0.36% -
XYZ 8.52 9.49 5.12 -
YUV 85.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 91 88 56 0 0.03 0.38 0.64 54.86 0.24 0.29
Hex 5B 58 38 0 3 26 40 37 18 1D
Octal 133 130 70 0 3 46 100 67 30 35
Binary 1011011 1011000 111000 0 11 100110 1000000 110111 11000 11101

Color Harmonies of #5B5838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5838

Black with #5B5838

Text Example


Text Example

White with #5B5838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,88,56); }

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

background-color css

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

 a { background-color: rgb(91,88,56); }

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

border-color css

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

 span { border-color: rgb(91,88,56); }

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