#55646C

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

Shades of Fiord #55646C

Tints of Fiord #55646C

Color information

#55646C (or 0x55646C) is unknown color: approx Fiord. HEX triplet: 55, 64 and 6C. RGB value is (85,100,108). Sum of RGB (Red+Green+Blue) = 85+100+108=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 108 - color contains mainly: blue. Hex color #55646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646C is #AA9B93. Grayscale: #606060. Windows color (decimal): -11180948 or 7103573. OLE color: 7103573.

HSL color Cylindrical-coordinate representation of color #55646C: hue angle of 200.87º degrees, saturation: 0.12, 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 #55646C is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB85100108-
CMYK0.210.0700.58
HSL200.87º11.92%37.84%-
HSV(B)200.87º21.3%42.35%-
XYZ11.0112.1315.95-
YUV96.43134.53119.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=29.01%
G=34.13%
B=36.86%

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
Decimal851001080.210.0700.58200.8711.9237.84
Hex55646C15703Ac9c26
Octal1251441542570723111446
Binary101010111001001101100101011110111010110010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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