#555370

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

Shades of Smoky #555370

Tints of Smoky #555370

Color information

#555370 (or 0x555370) is unknown color: approx Smoky. HEX triplet: 55, 53 and 70. RGB value is (85,83,112). Sum of RGB (Red+Green+Blue) = 85+83+112=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #555370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555370 is #AAAC8F. Grayscale: #565656. Windows color (decimal): -11185296 or 7361365. OLE color: 7361365.

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

Color convert

RGB8583112-
CMYK0.240.2600.56
HSL244.14º14.87%38.24%-
HSV(B)244.14º25.89%43.92%-
XYZ9.769.2916.61-
YUV86.9142.16126.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 112 (44.14% from 255) = 40%
R=30.36%
G=29.64%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85831120.240.2600.56244.1414.8738.24
Hex555370181A038f4f26
Octal12512316030320703641746
Binary10101011010011111000011000110100111000111101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555370; }

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

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

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

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

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

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

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

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