Html Css Color HEX #56536F Smoky

📋 copy color: '#56536F'

red 86 ◦ green 83 ◦ blue 111

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

Shades of Smoky #56536F

Tints of Smoky #56536F

RGB

 RED value IS 86 (33.98% from 255) = 30.71%

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

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

R = 30.71%
G = 29.64%
B = 39.64%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56536F (or 0x56536F) is known color: Smoky. HEX triplet: 56, 53 and 6F. RGB value is (86,83,111). Sum of RGB (Red+Green+Blue) = 86+83+111=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #56536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56536F is #A9AC90. Grayscale: #565656. Windows color (decimal): -11119761 or 7295830. OLE color: 7295830.

HSL color Cylindrical-coordinate representation of color #56536F: hue angle of 246.43º 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 #56536F is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 83 111 -
CMYK 0.23 0.25 0 0.56
HSL 246.43º 0.14% 0.38% -
HSV(B) 246.43º 0.25% 0.44% -
XYZ 9.8 9.31 16.32 -
YUV 87.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 86 83 111 0.23 0.25 0 0.56 246.43 0.14 0.38
Hex 56 53 6F 17 19 0 38 F6 E 26
Octal 126 123 157 27 31 0 70 366 16 46
Binary 1010110 1010011 1101111 10111 11001 0 111000 11110110 1110 100110

Color Harmonies of #56536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56536F

Black with #56536F

Text Example


Text Example

White with #56536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56536F; }

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

 H1.HeaderClassName
 {
   color: #56536F;
 }
 .AnyTagClassName
 {
   color: #56536F;
 }
</style>

background-color css

<style>
 a { background-color: #56536F; }

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

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

border-color css

<style>
 span { border-color: #56536F; }

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

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