Html Css Color HEX #5B5D63 Bright Grey

📋 copy color: '#5B5D63'

red 91 ◦ green 93 ◦ blue 99

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

Shades of Bright Grey #5B5D63

Tints of Bright Grey #5B5D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.86%

 BLUE value IS 99 (39.06% from 255) = 34.98%

R = 32.16%
G = 32.86%
B = 34.98%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5B5D63 (or 0x5B5D63) is known color: Bright Grey. HEX triplet: 5B, 5D and 63. RGB value is (91,93,99). Sum of RGB (Red+Green+Blue) = 91+93+99=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B5D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5D63 is #A4A29C. Grayscale: #5D5D5D. Windows color (decimal): -10789533 or 6511963. OLE color: 6511963.

HSL color Cylindrical-coordinate representation of color #5B5D63: hue angle of 225º 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 #5B5D63 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 93 99 -
CMYK 0.08 0.06 0 0.61
HSL 225º 0.04% 0.37% -
HSV(B) 225º 0.08% 0.39% -
XYZ 10.48 10.95 13.37 -
YUV 93.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 91 93 99 0.08 0.06 0 0.61 225 0.04 0.37
Hex 5B 5D 63 8 6 0 3D E1 4 25
Octal 133 135 143 10 6 0 75 341 4 45
Binary 1011011 1011101 1100011 1000 110 0 111101 11100001 100 100101

Color Harmonies of #5B5D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5D63

Black with #5B5D63

Text Example


Text Example

White with #5B5D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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