#55656D

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

Shades of Fiord #55656D

Tints of Fiord #55656D

Color information

#55656D (or 0x55656D) is unknown color: approx Fiord. HEX triplet: 55, 65 and 6D. RGB value is (85,101,109). Sum of RGB (Red+Green+Blue) = 85+101+109=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #55656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55656D is #AA9A92. Grayscale: #616161. Windows color (decimal): -11180691 or 7169365. OLE color: 7169365.

HSL color Cylindrical-coordinate representation of color #55656D: hue angle of 200º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55656D is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB85101109-
CMYK0.220.0700.57
HSL200º12.37%38.04%-
HSV(B)200º22.02%42.75%-
XYZ11.1612.3416.26-
YUV97.13134.7119.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=28.81%
G=34.24%
B=36.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal851011090.220.0700.5720012.3738.04
Hex55656D167039c8c26
Octal1251451552670713101446
Binary101010111001011101101101101110111001110010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55656D; }

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

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

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

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

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

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

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

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