Html Css Color HEX #5B675A Cactus

📋 copy color: '#5B675A'

red 91 ◦ green 103 ◦ blue 90

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

Shades of Cactus #5B675A

Tints of Cactus #5B675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 32.04%
G = 36.27%
B = 31.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#5B675A (or 0x5B675A) is known color: Cactus. HEX triplet: 5B, 67 and 5A. RGB value is (91,103,90). Sum of RGB (Red+Green+Blue) = 91+103+90=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 103 - color contains mainly: green. Hex color #5B675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B675A is #A498A5. Grayscale: #616161. Windows color (decimal): -10786982 or 5924699. OLE color: 5924699.

HSL color Cylindrical-coordinate representation of color #5B675A: hue angle of 115.38º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B675A is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 103 90 -
CMYK 0.12 0 0.13 0.60
HSL 115.38º 0.07% 0.38% -
HSV(B) 115.38º 0.13% 0.4% -
XYZ 11.01 12.66 11.54 -
YUV 97.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 91 103 90 0.12 0 0.13 0.60 115.38 0.07 0.38
Hex 5B 67 5A C 0 D 3C 73 7 26
Octal 133 147 132 14 0 15 74 163 7 46
Binary 1011011 1100111 1011010 1100 0 1101 111100 1110011 111 100110

Color Harmonies of #5B675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B675A

Black with #5B675A

Text Example


Text Example

White with #5B675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,103,90); }

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

background-color css

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

 a { background-color: rgb(91,103,90); }

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

border-color css

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

 span { border-color: rgb(91,103,90); }

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