Html Css Color HEX #55526D Smoky

📋 copy color: '#55526D'

red 85 ◦ green 82 ◦ blue 109

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

Shades of Smoky #55526D

Tints of Smoky #55526D

RGB

 RED value IS 85 (33.59% from 255) = 30.8%

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

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

R = 30.8%
G = 29.71%
B = 39.49%

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

#55526D (or 0x55526D) is known color: Smoky. HEX triplet: 55, 52 and 6D. RGB value is (85,82,109). Sum of RGB (Red+Green+Blue) = 85+82+109=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #55526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55526D is #AAAD92. Grayscale: #555555. Windows color (decimal): -11185555 or 7164501. OLE color: 7164501.

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

Color convert

RGB 85 82 109 -
CMYK 0.22 0.25 0 0.57
HSL 246.67º 0.14% 0.37% -
HSV(B) 246.67º 0.25% 0.43% -
XYZ 9.52 9.07 15.72 -
YUV 85.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 85 82 109 0.22 0.25 0 0.57 246.67 0.14 0.37
Hex 55 52 6D 16 19 0 39 F7 E 25
Octal 125 122 155 26 31 0 71 367 16 45
Binary 1010101 1010010 1101101 10110 11001 0 111001 11110111 1110 100101

Color Harmonies of #55526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55526D

Black with #55526D

Text Example


Text Example

White with #55526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,82,109); }

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

background-color css

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

 a { background-color: rgb(85,82,109); }

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

border-color css

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

 span { border-color: rgb(85,82,109); }

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