Html Css Color HEX #5C5675 Smoky

📋 copy color: '#5C5675'

red 92 ◦ green 86 ◦ blue 117

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

Shades of Smoky #5C5675

Tints of Smoky #5C5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.15%

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 31.19%
G = 29.15%
B = 39.66%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C5675 (or 0x5C5675) is known color: Smoky. HEX triplet: 5C, 56 and 75. RGB value is (92,86,117). Sum of RGB (Red+Green+Blue) = 92+86+117=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5675 is #A3A98A. Grayscale: #5B5B5B. Windows color (decimal): -10725771 or 7689820. OLE color: 7689820.

HSL color Cylindrical-coordinate representation of color #5C5675: hue angle of 251.61º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C5675 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 86 117 -
CMYK 0.21 0.26 0 0.54
HSL 251.61º 0.15% 0.4% -
HSV(B) 251.61º 0.26% 0.46% -
XYZ 10.95 10.22 18.22 -
YUV 91.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 92 86 117 0.21 0.26 0 0.54 251.61 0.15 0.4
Hex 5C 56 75 15 1A 0 36 FC F 28
Octal 134 126 165 25 32 0 66 374 17 50
Binary 1011100 1010110 1110101 10101 11010 0 110110 11111100 1111 101000

Color Harmonies of #5C5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5675

Black with #5C5675

Text Example


Text Example

White with #5C5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,86,117); }

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

background-color css

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

 a { background-color: rgb(92,86,117); }

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

border-color css

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

 span { border-color: rgb(92,86,117); }

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