Html Css Color HEX #56526F Smoky

📋 copy color: '#56526F'

red 86 ◦ green 82 ◦ blue 111

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

Shades of Smoky #56526F

Tints of Smoky #56526F

RGB

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

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

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

R = 30.82%
G = 29.39%
B = 39.78%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56526F (or 0x56526F) is known color: Smoky. HEX triplet: 56, 52 and 6F. RGB value is (86,82,111). Sum of RGB (Red+Green+Blue) = 86+82+111=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #56526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56526F is #A9AD90. Grayscale: #565656. Windows color (decimal): -11120017 or 7295574. OLE color: 7295574.

HSL color Cylindrical-coordinate representation of color #56526F: hue angle of 248.28º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56526F is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 82 111 -
CMYK 0.23 0.26 0 0.56
HSL 248.28º 0.15% 0.38% -
HSV(B) 248.28º 0.26% 0.44% -
XYZ 9.72 9.16 16.29 -
YUV 86.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 86 82 111 0.23 0.26 0 0.56 248.28 0.15 0.38
Hex 56 52 6F 17 1A 0 38 F8 F 26
Octal 126 122 157 27 32 0 70 370 17 46
Binary 1010110 1010010 1101111 10111 11010 0 111000 11111000 1111 100110

Color Harmonies of #56526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56526F

Black with #56526F

Text Example


Text Example

White with #56526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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