Html Css Color HEX #5C5A68 Smoky

📋 copy color: '#5C5A68'

red 92 ◦ green 90 ◦ blue 104

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

Shades of Smoky #5C5A68

Tints of Smoky #5C5A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 32.17%
G = 31.47%
B = 36.36%

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

#5C5A68 (or 0x5C5A68) is known color: Smoky. HEX triplet: 5C, 5A and 68. RGB value is (92,90,104). Sum of RGB (Red+Green+Blue) = 92+90+104=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C5A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5A68 is #A3A597. Grayscale: #5C5C5C. Windows color (decimal): -10724760 or 6838876. OLE color: 6838876.

HSL color Cylindrical-coordinate representation of color #5C5A68: hue angle of 248.57º 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 #5C5A68 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 92 90 104 -
CMYK 0.12 0.13 0 0.59
HSL 248.57º 0.07% 0.38% -
HSV(B) 248.57º 0.13% 0.41% -
XYZ 10.57 10.59 14.58 -
YUV 92.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 92 90 104 0.12 0.13 0 0.59 248.57 0.07 0.38
Hex 5C 5A 68 C D 0 3B F9 7 26
Octal 134 132 150 14 15 0 73 371 7 46
Binary 1011100 1011010 1101000 1100 1101 0 111011 11111001 111 100110

Color Harmonies of #5C5A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5A68

Black with #5C5A68

Text Example


Text Example

White with #5C5A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,90,104); }

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

background-color css

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

 a { background-color: rgb(92,90,104); }

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

border-color css

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

 span { border-color: rgb(92,90,104); }

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