#555374

Color #555374 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #555374

Tints of Smoky #555374

Color information

#555374 (or 0x555374) is unknown color: approx Smoky. HEX triplet: 55, 53 and 74. RGB value is (85,83,116). Sum of RGB (Red+Green+Blue) = 85+83+116=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #555374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555374 is #AAAC8B. Grayscale: #575757. Windows color (decimal): -11185292 or 7623509. OLE color: 7623509.

HSL color Cylindrical-coordinate representation of color #555374: hue angle of 243.64º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555374 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8583116-
CMYK0.270.2800.55
HSL243.64º16.58%39.02%-
HSV(B)243.64º28.45%45.49%-
XYZ9.999.3817.81-
YUV87.36144.16126.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=29.93%
G=29.23%
B=40.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85831160.270.2800.55243.6416.5839.02
Hex5553741B1C037f41127
Octal12512316433340673642147
Binary101010110100111110100110111110001101111111010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555374; }

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

 H1.HeaderClassName
 {
   color: #555374;
 }
 .AnyTagClassName
 {
   color: #555374;
 }
</style>
background-color css

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

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

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

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

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

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