Html Css Color HEX #5B6357 Cactus

📋 copy color: '#5B6357'

red 91 ◦ green 99 ◦ blue 87

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

Shades of Cactus #5B6357

Tints of Cactus #5B6357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

 BLUE value IS 87 (34.38% from 255) = 31.41%

R = 32.85%
G = 35.74%
B = 31.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#5B6357 (or 0x5B6357) is known color: Cactus. HEX triplet: 5B, 63 and 57. RGB value is (91,99,87). Sum of RGB (Red+Green+Blue) = 91+99+87=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6357 is #A49CA8. Grayscale: #5F5F5F. Windows color (decimal): -10788009 or 5727067. OLE color: 5727067.

HSL color Cylindrical-coordinate representation of color #5B6357: hue angle of 100º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B6357 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 99 87 -
CMYK 0.08 0 0.12 0.61
HSL 100º 0.06% 0.36% -
HSV(B) 100º 0.12% 0.39% -
XYZ 10.5 11.84 10.75 -
YUV 95.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 91 99 87 0.08 0 0.12 0.61 100 0.06 0.36
Hex 5B 63 57 8 0 C 3D 64 6 24
Octal 133 143 127 10 0 14 75 144 6 44
Binary 1011011 1100011 1010111 1000 0 1100 111101 1100100 110 100100

Color Harmonies of #5B6357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6357

Black with #5B6357

Text Example


Text Example

White with #5B6357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,99,87); }

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

background-color css

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

 a { background-color: rgb(91,99,87); }

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

border-color css

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

 span { border-color: rgb(91,99,87); }

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