Html Css Color HEX #555368 Smoky

📋 copy color: '#555368'

red 85 ◦ green 83 ◦ blue 104

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

Shades of Smoky #555368

Tints of Smoky #555368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.24%

R = 31.25%
G = 30.51%
B = 38.24%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#555368 (or 0x555368) is known color: Smoky. HEX triplet: 55, 53 and 68. RGB value is (85,83,104). Sum of RGB (Red+Green+Blue) = 85+83+104=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #555368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555368 is #AAAC97. Grayscale: #555555. Windows color (decimal): -11185304 or 6837077. OLE color: 6837077.

HSL color Cylindrical-coordinate representation of color #555368: hue angle of 245.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555368 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 83 104 -
CMYK 0.18 0.20 0 0.59
HSL 245.71º 0.11% 0.37% -
HSV(B) 245.71º 0.2% 0.41% -
XYZ 9.34 9.12 14.36 -
YUV 85.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 85 83 104 0.18 0.20 0 0.59 245.71 0.11 0.37
Hex 55 53 68 12 14 0 3B F6 B 25
Octal 125 123 150 22 24 0 73 366 13 45
Binary 1010101 1010011 1101000 10010 10100 0 111011 11110110 1011 100101

Color Harmonies of #555368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555368

Black with #555368

Text Example


Text Example

White with #555368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555368; }

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

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

background-color css

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

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

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

border-color css

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

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

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