#555265

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

Shades of Smoky #555265

Tints of Smoky #555265

Color information

#555265 (or 0x555265) is unknown color: approx Smoky. HEX triplet: 55, 52 and 65. RGB value is (85,82,101). Sum of RGB (Red+Green+Blue) = 85+82+101=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #555265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555265 is #AAAD9A. Grayscale: #545454. Windows color (decimal): -11185563 or 6640213. OLE color: 6640213.

HSL color Cylindrical-coordinate representation of color #555265: hue angle of 249.47º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555265 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8582101-
CMYK0.160.1900.60
HSL249.47º10.38%35.88%-
HSV(B)249.47º18.81%39.61%-
XYZ9.118.9113.55-
YUV85.06136.99127.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=31.72%
G=30.60%
B=37.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85821010.160.1900.60249.4710.3835.88
Hex555265101303Cf9a24
Octal12512214520230743711244
Binary10101011010010110010110000100110111100111110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555265; }

 p { color: rgb(85,82,101); }

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

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

 a { background-color: rgb(85,82,101); }

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

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

 span { border-color: rgb(85,82,101); }

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