Html Css Color HEX #5C5873 Smoky

📋 copy color: '#5C5873'

red 92 ◦ green 88 ◦ blue 115

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

Shades of Smoky #5C5873

Tints of Smoky #5C5873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 115 (45.31% from 255) = 38.98%

R = 31.19%
G = 29.83%
B = 38.98%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C5873 (or 0x5C5873) is known color: Smoky. HEX triplet: 5C, 58 and 73. RGB value is (92,88,115). Sum of RGB (Red+Green+Blue) = 92+88+115=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C5873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5873 is #A3A78C. Grayscale: #5C5C5C. Windows color (decimal): -10725261 or 7559260. OLE color: 7559260.

HSL color Cylindrical-coordinate representation of color #5C5873: hue angle of 248.89º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C5873 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 88 115 -
CMYK 0.20 0.23 0 0.55
HSL 248.89º 0.13% 0.4% -
HSV(B) 248.89º 0.23% 0.45% -
XYZ 11 10.49 17.67 -
YUV 92.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 92 88 115 0.20 0.23 0 0.55 248.89 0.13 0.4
Hex 5C 58 73 14 17 0 37 F9 D 28
Octal 134 130 163 24 27 0 67 371 15 50
Binary 1011100 1011000 1110011 10100 10111 0 110111 11111001 1101 101000

Color Harmonies of #5C5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5873

Black with #5C5873

Text Example


Text Example

White with #5C5873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,88,115); }

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

background-color css

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

 a { background-color: rgb(92,88,115); }

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

border-color css

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

 span { border-color: rgb(92,88,115); }

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