Html Css Color HEX #5C536E Smoky

📋 copy color: '#5C536E'

red 92 ◦ green 83 ◦ blue 110

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

Shades of Smoky #5C536E

Tints of Smoky #5C536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 32.28%
G = 29.12%
B = 38.6%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C536E (or 0x5C536E) is known color: Smoky. HEX triplet: 5C, 53 and 6E. RGB value is (92,83,110). Sum of RGB (Red+Green+Blue) = 92+83+110=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C536E is #A3AC91. Grayscale: #585858. Windows color (decimal): -10726546 or 7230300. OLE color: 7230300.

HSL color Cylindrical-coordinate representation of color #5C536E: hue angle of 260º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C536E is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 92 83 110 -
CMYK 0.16 0.25 0 0.57
HSL 260º 0.14% 0.38% -
HSV(B) 260º 0.25% 0.43% -
XYZ 10.32 9.59 16.06 -
YUV 88.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 92 83 110 0.16 0.25 0 0.57 260 0.14 0.38
Hex 5C 53 6E 10 19 0 39 104 E 26
Octal 134 123 156 20 31 0 71 404 16 46
Binary 1011100 1010011 1101110 10000 11001 0 111001 100000100 1110 100110

Color Harmonies of #5C536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C536E

Black with #5C536E

Text Example


Text Example

White with #5C536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,83,110); }

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

background-color css

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

 a { background-color: rgb(92,83,110); }

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

border-color css

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

 span { border-color: rgb(92,83,110); }

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