Html Css Color HEX #5C536F Smoky

📋 copy color: '#5C536F'

red 92 ◦ green 83 ◦ blue 111

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

Shades of Smoky #5C536F

Tints of Smoky #5C536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 32.17%
G = 29.02%
B = 38.81%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C536F (or 0x5C536F) is known color: Smoky. HEX triplet: 5C, 53 and 6F. RGB value is (92,83,111). Sum of RGB (Red+Green+Blue) = 92+83+111=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #5C536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C536F is #A3AC90. Grayscale: #585858. Windows color (decimal): -10726545 or 7295836. OLE color: 7295836.

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

Color convert

RGB 92 83 111 -
CMYK 0.17 0.25 0 0.56
HSL 259.29º 0.14% 0.38% -
HSV(B) 259.29º 0.25% 0.44% -
XYZ 10.38 9.61 16.35 -
YUV 88.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 92 83 111 0.17 0.25 0 0.56 259.29 0.14 0.38
Hex 5C 53 6F 11 19 0 38 103 E 26
Octal 134 123 157 21 31 0 70 403 16 46
Binary 1011100 1010011 1101111 10001 11001 0 111000 100000011 1110 100110

Color Harmonies of #5C536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C536F

Black with #5C536F

Text Example


Text Example

White with #5C536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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