Html Css Color HEX #5B6953 Cactus

📋 copy color: '#5B6953'

red 91 ◦ green 105 ◦ blue 83

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

Shades of Cactus #5B6953

Tints of Cactus #5B6953

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.63%

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 32.62%
G = 37.63%
B = 29.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#5B6953 (or 0x5B6953) is known color: Cactus. HEX triplet: 5B, 69 and 53. RGB value is (91,105,83). Sum of RGB (Red+Green+Blue) = 91+105+83=279 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.62% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6953 is #A496AC. Grayscale: #626262. Windows color (decimal): -10786477 or 5466459. OLE color: 5466459.

HSL color Cylindrical-coordinate representation of color #5B6953: hue angle of 98.18º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B6953 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 105 83 -
CMYK 0.13 0 0.21 0.59
HSL 98.18º 0.12% 0.37% -
HSV(B) 98.18º 0.21% 0.41% -
XYZ 10.93 12.95 10.11 -
YUV 98.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 91 105 83 0.13 0 0.21 0.59 98.18 0.12 0.37
Hex 5B 69 53 D 0 15 3B 62 C 25
Octal 133 151 123 15 0 25 73 142 14 45
Binary 1011011 1101001 1010011 1101 0 10101 111011 1100010 1100 100101

Color Harmonies of #5B6953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6953

Black with #5B6953

Text Example


Text Example

White with #5B6953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,105,83); }

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

background-color css

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

 a { background-color: rgb(91,105,83); }

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

border-color css

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

 span { border-color: rgb(91,105,83); }

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