Html Css Color HEX #55526E Smoky

📋 copy color: '#55526E'

red 85 ◦ green 82 ◦ blue 110

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

Shades of Smoky #55526E

Tints of Smoky #55526E

RGB

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

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

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

R = 30.69%
G = 29.6%
B = 39.71%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55526E (or 0x55526E) is known color: Smoky. HEX triplet: 55, 52 and 6E. RGB value is (85,82,110). Sum of RGB (Red+Green+Blue) = 85+82+110=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #55526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55526E is #AAAD91. Grayscale: #555555. Windows color (decimal): -11185554 or 7230037. OLE color: 7230037.

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

Color convert

RGB 85 82 110 -
CMYK 0.23 0.25 0 0.57
HSL 246.43º 0.15% 0.38% -
HSV(B) 246.43º 0.25% 0.43% -
XYZ 9.58 9.09 16 -
YUV 86.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 85 82 110 0.23 0.25 0 0.57 246.43 0.15 0.38
Hex 55 52 6E 17 19 0 39 F6 F 26
Octal 125 122 156 27 31 0 71 366 17 46
Binary 1010101 1010010 1101110 10111 11001 0 111001 11110110 1111 100110

Color Harmonies of #55526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55526E

Black with #55526E

Text Example


Text Example

White with #55526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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