Html Css Color HEX #55536F Smoky

📋 copy color: '#55536F'

red 85 ◦ green 83 ◦ blue 111

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

Shades of Smoky #55536F

Tints of Smoky #55536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

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

R = 30.47%
G = 29.75%
B = 39.78%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55536F (or 0x55536F) is known color: Smoky. HEX triplet: 55, 53 and 6F. RGB value is (85,83,111). Sum of RGB (Red+Green+Blue) = 85+83+111=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 83 (32.81% from 255 or 29.75% 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 #55536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55536F is #AAAC90. Grayscale: #565656. Windows color (decimal): -11185297 or 7295829. OLE color: 7295829.

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

Color convert

RGB 85 83 111 -
CMYK 0.23 0.25 0 0.56
HSL 244.29º 0.14% 0.38% -
HSV(B) 244.29º 0.25% 0.44% -
XYZ 9.71 9.27 16.32 -
YUV 86.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 85 83 111 0.23 0.25 0 0.56 244.29 0.14 0.38
Hex 55 53 6F 17 19 0 38 F4 E 26
Octal 125 123 157 27 31 0 70 364 16 46
Binary 1010101 1010011 1101111 10111 11001 0 111000 11110100 1110 100110

Color Harmonies of #55536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55536F

Black with #55536F

Text Example


Text Example

White with #55536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,83,111); }

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

background-color css

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

 a { background-color: rgb(85,83,111); }

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

border-color css

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

 span { border-color: rgb(85,83,111); }

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