#556166

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

Shades of Fiord #556166

Tints of Fiord #556166

Color information

#556166 (or 0x556166) is unknown color: approx Fiord. HEX triplet: 55, 61 and 66. RGB value is (85,97,102). Sum of RGB (Red+Green+Blue) = 85+97+102=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #556166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556166 is #AA9E99. Grayscale: #5D5D5D. Windows color (decimal): -11181722 or 6709589. OLE color: 6709589.

HSL color Cylindrical-coordinate representation of color #556166: hue angle of 197.65º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556166 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8597102-
CMYK0.170.0500.6
HSL197.65º9.09%36.67%-
HSV(B)197.65º16.67%40%-
XYZ10.4211.4414.23-
YUV93.98132.52121.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=29.93%
G=34.15%
B=35.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85971020.170.0500.6197.659.0936.67
Hex55616611503Cc6925
Octal1251411462150743061145
Binary101010111000011100110100011010111100110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556166; }

 p { color: rgb(85,97,102); }

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

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

 a { background-color: rgb(85,97,102); }

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

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

 span { border-color: rgb(85,97,102); }

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