Html Css Color HEX #5B6361 William

📋 copy color: '#5B6361'

red 91 ◦ green 99 ◦ blue 97

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

Shades of William #5B6361

Tints of William #5B6361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.8%

R = 31.71%
G = 34.49%
B = 33.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#5B6361 (or 0x5B6361) is known color: William. HEX triplet: 5B, 63 and 61. RGB value is (91,99,97). Sum of RGB (Red+Green+Blue) = 91+99+97=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 99 - color contains mainly: green. Hex color #5B6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6361 is #A49C9E. Grayscale: #606060. Windows color (decimal): -10787999 or 6382427. OLE color: 6382427.

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

Color convert

RGB 91 99 97 -
CMYK 0.08 0 0.02 0.61
HSL 165º 0.04% 0.37% -
HSV(B) 165º 0.08% 0.39% -
XYZ 10.93 12.01 13.05 -
YUV 96.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 91 99 97 0.08 0 0.02 0.61 165 0.04 0.37
Hex 5B 63 61 8 0 2 3D A5 4 25
Octal 133 143 141 10 0 2 75 245 4 45
Binary 1011011 1100011 1100001 1000 0 10 111101 10100101 100 100101

Color Harmonies of #5B6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6361

Black with #5B6361

Text Example


Text Example

White with #5B6361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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