Html Css Color HEX #5D5A66 Smoky

📋 copy color: '#5D5A66'

red 93 ◦ green 90 ◦ blue 102

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

Shades of Smoky #5D5A66

Tints of Smoky #5D5A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 32.63%
G = 31.58%
B = 35.79%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5D5A66 (or 0x5D5A66) is known color: Smoky. HEX triplet: 5D, 5A and 66. RGB value is (93,90,102). Sum of RGB (Red+Green+Blue) = 93+90+102=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D5A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5A66 is #A2A599. Grayscale: #5C5C5C. Windows color (decimal): -10659226 or 6707805. OLE color: 6707805.

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

Color convert

RGB 93 90 102 -
CMYK 0.09 0.12 0 0.6
HSL 255º 0.06% 0.38% -
HSV(B) 255º 0.12% 0.4% -
XYZ 10.57 10.6 14.06 -
YUV 92.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 93 90 102 0.09 0.12 0 0.6 255 0.06 0.38
Hex 5D 5A 66 9 C 0 3C FF 6 26
Octal 135 132 146 11 14 0 74 377 6 46
Binary 1011101 1011010 1100110 1001 1100 0 111100 11111111 110 100110

Color Harmonies of #5D5A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5A66

Black with #5D5A66

Text Example


Text Example

White with #5D5A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,90,102); }

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

background-color css

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

 a { background-color: rgb(93,90,102); }

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

border-color css

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

 span { border-color: rgb(93,90,102); }

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