Html Css Color HEX #56526B Smoky

📋 copy color: '#56526B'

red 86 ◦ green 82 ◦ blue 107

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

Shades of Smoky #56526B

Tints of Smoky #56526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

 BLUE value IS 107 (42.19% from 255) = 38.91%

R = 31.27%
G = 29.82%
B = 38.91%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56526B (or 0x56526B) is known color: Smoky. HEX triplet: 56, 52 and 6B. RGB value is (86,82,107). Sum of RGB (Red+Green+Blue) = 86+82+107=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #56526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56526B is #A9AD94. Grayscale: #555555. Windows color (decimal): -11120021 or 7033430. OLE color: 7033430.

HSL color Cylindrical-coordinate representation of color #56526B: hue angle of 249.6º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56526B is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 82 107 -
CMYK 0.20 0.23 0 0.58
HSL 249.6º 0.13% 0.37% -
HSV(B) 249.6º 0.23% 0.42% -
XYZ 9.51 9.07 15.16 -
YUV 86.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 86 82 107 0.20 0.23 0 0.58 249.6 0.13 0.37
Hex 56 52 6B 14 17 0 3A FA D 25
Octal 126 122 153 24 27 0 72 372 15 45
Binary 1010110 1010010 1101011 10100 10111 0 111010 11111010 1101 100101

Color Harmonies of #56526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56526B

Black with #56526B

Text Example


Text Example

White with #56526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56526B; }

 p { color: rgb(86,82,107); }

 H1.HeaderClassName
 {
   color: #56526B;
 }
 .AnyTagClassName
 {
   color: #56526B;
 }
</style>

background-color css

<style>
 a { background-color: #56526B; }

 a { background-color: rgb(86,82,107); }

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

border-color css

<style>
 span { border-color: #56526B; }

 span { border-color: rgb(86,82,107); }

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