Html Css Color HEX #56526E Smoky

📋 copy color: '#56526E'

red 86 ◦ green 82 ◦ blue 110

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

Shades of Smoky #56526E

Tints of Smoky #56526E

RGB

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

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

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

R = 30.94%
G = 29.5%
B = 39.57%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56526E (or 0x56526E) is known color: Smoky. HEX triplet: 56, 52 and 6E. RGB value is (86,82,110). Sum of RGB (Red+Green+Blue) = 86+82+110=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 110 - color contains mainly: blue. Hex color #56526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56526E is #A9AD91. Grayscale: #565656. Windows color (decimal): -11120018 or 7230038. OLE color: 7230038.

HSL color Cylindrical-coordinate representation of color #56526E: hue angle of 248.57º degrees, saturation: 0.15, 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 #56526E is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 82 110 -
CMYK 0.22 0.25 0 0.57
HSL 248.57º 0.15% 0.38% -
HSV(B) 248.57º 0.25% 0.43% -
XYZ 9.67 9.14 16.01 -
YUV 86.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 86 82 110 0.22 0.25 0 0.57 248.57 0.15 0.38
Hex 56 52 6E 16 19 0 39 F9 F 26
Octal 126 122 156 26 31 0 71 371 17 46
Binary 1010110 1010010 1101110 10110 11001 0 111001 11111001 1111 100110

Color Harmonies of #56526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56526E

Black with #56526E

Text Example


Text Example

White with #56526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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