Html Css Color HEX #5C5879 Smoky

📋 copy color: '#5C5879'

red 92 ◦ green 88 ◦ blue 121

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

Shades of Smoky #5C5879

Tints of Smoky #5C5879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 30.56%
G = 29.24%
B = 40.2%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C5879 (or 0x5C5879) is known color: Smoky. HEX triplet: 5C, 58 and 79. RGB value is (92,88,121). Sum of RGB (Red+Green+Blue) = 92+88+121=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C5879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5879 is #A3A786. Grayscale: #5C5C5C. Windows color (decimal): -10725255 or 7952476. OLE color: 7952476.

HSL color Cylindrical-coordinate representation of color #5C5879: hue angle of 247.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C5879 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 88 121 -
CMYK 0.24 0.27 0 0.53
HSL 247.27º 0.16% 0.41% -
HSV(B) 247.27º 0.27% 0.47% -
XYZ 11.35 10.64 19.54 -
YUV 92.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 92 88 121 0.24 0.27 0 0.53 247.27 0.16 0.41
Hex 5C 58 79 18 1B 0 35 F7 10 29
Octal 134 130 171 30 33 0 65 367 20 51
Binary 1011100 1011000 1111001 11000 11011 0 110101 11110111 10000 101001

Color Harmonies of #5C5879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5879

Black with #5C5879

Text Example


Text Example

White with #5C5879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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