Html Css Color HEX #5C5574 Smoky

📋 copy color: '#5C5574'

red 92 ◦ green 85 ◦ blue 116

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

Shades of Smoky #5C5574

Tints of Smoky #5C5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.01%

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 31.4%
G = 29.01%
B = 39.59%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C5574 (or 0x5C5574) is known color: Smoky. HEX triplet: 5C, 55 and 74. RGB value is (92,85,116). Sum of RGB (Red+Green+Blue) = 92+85+116=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C5574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5574 is #A3AA8B. Grayscale: #5A5A5A. Windows color (decimal): -10726028 or 7624028. OLE color: 7624028.

HSL color Cylindrical-coordinate representation of color #5C5574: hue angle of 253.55º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C5574 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 85 116 -
CMYK 0.21 0.27 0 0.55
HSL 253.55º 0.15% 0.39% -
HSV(B) 253.55º 0.27% 0.45% -
XYZ 10.81 10.03 17.89 -
YUV 90.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 92 85 116 0.21 0.27 0 0.55 253.55 0.15 0.39
Hex 5C 55 74 15 1B 0 37 FE F 27
Octal 134 125 164 25 33 0 67 376 17 47
Binary 1011100 1010101 1110100 10101 11011 0 110111 11111110 1111 100111

Color Harmonies of #5C5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5574

Black with #5C5574

Text Example


Text Example

White with #5C5574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,85,116); }

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

background-color css

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

 a { background-color: rgb(92,85,116); }

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

border-color css

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

 span { border-color: rgb(92,85,116); }

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