Html Css Color HEX #5C5B69 Smoky

📋 copy color: '#5C5B69'

red 92 ◦ green 91 ◦ blue 105

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

Shades of Smoky #5C5B69

Tints of Smoky #5C5B69

RGB

 RED value IS 92 (36.33% from 255) = 31.94%

 GREEN value IS 91 (35.94% from 255) = 31.6%

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 31.94%
G = 31.6%
B = 36.46%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5C5B69 (or 0x5C5B69) is known color: Smoky. HEX triplet: 5C, 5B and 69. RGB value is (92,91,105). Sum of RGB (Red+Green+Blue) = 92+91+105=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C5B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5B69 is #A3A496. Grayscale: #5C5C5C. Windows color (decimal): -10724503 or 6904668. OLE color: 6904668.

HSL color Cylindrical-coordinate representation of color #5C5B69: hue angle of 244.29º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5C5B69 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 92 91 105 -
CMYK 0.12 0.13 0 0.59
HSL 244.29º 0.07% 0.38% -
HSV(B) 244.29º 0.13% 0.41% -
XYZ 10.7 10.78 14.88 -
YUV 92.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 92 91 105 0.12 0.13 0 0.59 244.29 0.07 0.38
Hex 5C 5B 69 C D 0 3B F4 7 26
Octal 134 133 151 14 15 0 73 364 7 46
Binary 1011100 1011011 1101001 1100 1101 0 111011 11110100 111 100110

Color Harmonies of #5C5B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5B69

Black with #5C5B69

Text Example


Text Example

White with #5C5B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,91,105); }

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

background-color css

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

 a { background-color: rgb(92,91,105); }

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

border-color css

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

 span { border-color: rgb(92,91,105); }

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