Html Css Color HEX #5D5E63 Bright Grey

📋 copy color: '#5D5E63'

red 93 ◦ green 94 ◦ blue 99

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

Shades of Bright Grey #5D5E63

Tints of Bright Grey #5D5E63

RGB

 RED value IS 93 (36.72% from 255) = 32.52%

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 32.52%
G = 32.87%
B = 34.62%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5D5E63 (or 0x5D5E63) is known color: Bright Grey. HEX triplet: 5D, 5E and 63. RGB value is (93,94,99). Sum of RGB (Red+Green+Blue) = 93+94+99=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D5E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5E63 is #A2A19C. Grayscale: #5E5E5E. Windows color (decimal): -10658205 or 6512221. OLE color: 6512221.

HSL color Cylindrical-coordinate representation of color #5D5E63: hue angle of 230º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D5E63 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 94 99 -
CMYK 0.06 0.05 0 0.61
HSL 230º 0.03% 0.38% -
HSV(B) 230º 0.06% 0.39% -
XYZ 10.77 11.23 13.41 -
YUV 94.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 93 94 99 0.06 0.05 0 0.61 230 0.03 0.38
Hex 5D 5E 63 6 5 0 3D E6 3 26
Octal 135 136 143 6 5 0 75 346 3 46
Binary 1011101 1011110 1100011 110 101 0 111101 11100110 11 100110

Color Harmonies of #5D5E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5E63

Black with #5D5E63

Text Example


Text Example

White with #5D5E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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