#55646B

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

Shades of Fiord #55646B

Tints of Fiord #55646B

Color information

#55646B (or 0x55646B) is unknown color: approx Fiord. HEX triplet: 55, 64 and 6B. RGB value is (85,100,107). Sum of RGB (Red+Green+Blue) = 85+100+107=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 107 - color contains mainly: blue. Hex color #55646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646B is #AA9B94. Grayscale: #606060. Windows color (decimal): -11180949 or 7038037. OLE color: 7038037.

HSL color Cylindrical-coordinate representation of color #55646B: hue angle of 199.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55646B is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB85100107-
CMYK0.210.0700.58
HSL199.09º11.46%37.65%-
HSV(B)199.09º20.56%41.96%-
XYZ10.9612.1115.67-
YUV96.31134.03119.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=29.11%
G=34.25%
B=36.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal851001070.210.0700.58199.0911.4637.65
Hex55646B15703Ac7b26
Octal1251441532570723071346
Binary101010111001001101011101011110111010110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55646B; }

 p { color: rgb(85,100,107); }

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

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

 a { background-color: rgb(85,100,107); }

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

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

 span { border-color: rgb(85,100,107); }

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