Html Css Color HEX #5B656A Mid Grey

📋 copy color: '#5B656A'

red 91 ◦ green 101 ◦ blue 106

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

Shades of Mid Grey #5B656A

Tints of Mid Grey #5B656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.89%

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 30.54%
G = 33.89%
B = 35.57%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5B656A (or 0x5B656A) is known color: Mid Grey. HEX triplet: 5B, 65 and 6A. RGB value is (91,101,106). Sum of RGB (Red+Green+Blue) = 91+101+106=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B656A is #A49A95. Grayscale: #626262. Windows color (decimal): -10787478 or 6972763. OLE color: 6972763.

HSL color Cylindrical-coordinate representation of color #5B656A: hue angle of 200º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B656A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 101 106 -
CMYK 0.14 0.05 0 0.58
HSL 200º 0.08% 0.39% -
HSV(B) 200º 0.14% 0.42% -
XYZ 11.57 12.57 15.45 -
YUV 98.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 91 101 106 0.14 0.05 0 0.58 200 0.08 0.39
Hex 5B 65 6A E 5 0 3A C8 8 27
Octal 133 145 152 16 5 0 72 310 10 47
Binary 1011011 1100101 1101010 1110 101 0 111010 11001000 1000 100111

Color Harmonies of #5B656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B656A

Black with #5B656A

Text Example


Text Example

White with #5B656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,101,106); }

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

background-color css

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

 a { background-color: rgb(91,101,106); }

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

border-color css

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

 span { border-color: rgb(91,101,106); }

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