Html Css Color HEX #555371 Smoky

📋 copy color: '#555371'

red 85 ◦ green 83 ◦ blue 113

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

Shades of Smoky #555371

Tints of Smoky #555371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 30.25%
G = 29.54%
B = 40.21%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555371 (or 0x555371) is known color: Smoky. HEX triplet: 55, 53 and 71. RGB value is (85,83,113). Sum of RGB (Red+Green+Blue) = 85+83+113=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #555371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555371 is #AAAC8E. Grayscale: #565656. Windows color (decimal): -11185295 or 7426901. OLE color: 7426901.

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

Color convert

RGB 85 83 113 -
CMYK 0.25 0.27 0 0.56
HSL 244º 0.15% 0.38% -
HSV(B) 244º 0.27% 0.44% -
XYZ 9.82 9.31 16.9 -
YUV 87.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 85 83 113 0.25 0.27 0 0.56 244 0.15 0.38
Hex 55 53 71 19 1B 0 38 F4 F 26
Octal 125 123 161 31 33 0 70 364 17 46
Binary 1010101 1010011 1110001 11001 11011 0 111000 11110100 1111 100110

Color Harmonies of #555371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555371

Black with #555371

Text Example


Text Example

White with #555371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555371; }

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

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

background-color css

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

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

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

border-color css

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

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

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