Html Css Color HEX #56506D Smoky

📋 copy color: '#56506D'

red 86 ◦ green 80 ◦ blue 109

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

Shades of Smoky #56506D

Tints of Smoky #56506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 109 (42.97% from 255) = 39.64%

R = 31.27%
G = 29.09%
B = 39.64%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56506D (or 0x56506D) is known color: Smoky. HEX triplet: 56, 50 and 6D. RGB value is (86,80,109). Sum of RGB (Red+Green+Blue) = 86+80+109=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #56506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56506D is #A9AF92. Grayscale: #545454. Windows color (decimal): -11120531 or 7163990. OLE color: 7163990.

HSL color Cylindrical-coordinate representation of color #56506D: hue angle of 252.41º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56506D is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 80 109 -
CMYK 0.21 0.27 0 0.57
HSL 252.41º 0.15% 0.37% -
HSV(B) 252.41º 0.27% 0.43% -
XYZ 9.47 8.82 15.67 -
YUV 85.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 86 80 109 0.21 0.27 0 0.57 252.41 0.15 0.37
Hex 56 50 6D 15 1B 0 39 FC F 25
Octal 126 120 155 25 33 0 71 374 17 45
Binary 1010110 1010000 1101101 10101 11011 0 111001 11111100 1111 100101

Color Harmonies of #56506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56506D

Black with #56506D

Text Example


Text Example

White with #56506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56506D; }

 p { color: rgb(86,80,109); }

 H1.HeaderClassName
 {
   color: #56506D;
 }
 .AnyTagClassName
 {
   color: #56506D;
 }
</style>

background-color css

<style>
 a { background-color: #56506D; }

 a { background-color: rgb(86,80,109); }

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

border-color css

<style>
 span { border-color: #56506D; }

 span { border-color: rgb(86,80,109); }

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