Html Css Color HEX #5C5772 Smoky

📋 copy color: '#5C5772'

red 92 ◦ green 87 ◦ blue 114

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

Shades of Smoky #5C5772

Tints of Smoky #5C5772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

 BLUE value IS 114 (44.92% from 255) = 38.91%

R = 31.4%
G = 29.69%
B = 38.91%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C5772 (or 0x5C5772) is known color: Smoky. HEX triplet: 5C, 57 and 72. RGB value is (92,87,114). Sum of RGB (Red+Green+Blue) = 92+87+114=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C5772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5772 is #A3A88D. Grayscale: #5B5B5B. Windows color (decimal): -10725518 or 7493468. OLE color: 7493468.

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

Color convert

RGB 92 87 114 -
CMYK 0.19 0.24 0 0.55
HSL 251.11º 0.13% 0.39% -
HSV(B) 251.11º 0.24% 0.45% -
XYZ 10.86 10.31 17.34 -
YUV 91.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 92 87 114 0.19 0.24 0 0.55 251.11 0.13 0.39
Hex 5C 57 72 13 18 0 37 FB D 27
Octal 134 127 162 23 30 0 67 373 15 47
Binary 1011100 1010111 1110010 10011 11000 0 110111 11111011 1101 100111

Color Harmonies of #5C5772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5772

Black with #5C5772

Text Example


Text Example

White with #5C5772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,87,114); }

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

background-color css

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

 a { background-color: rgb(92,87,114); }

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

border-color css

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

 span { border-color: rgb(92,87,114); }

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