#556169

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

Shades of Fiord #556169

Tints of Fiord #556169

Color information

#556169 (or 0x556169) is unknown color: approx Fiord. HEX triplet: 55, 61 and 69. RGB value is (85,97,105). Sum of RGB (Red+Green+Blue) = 85+97+105=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #556169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556169 is #AA9E96. Grayscale: #5E5E5E. Windows color (decimal): -11181719 or 6906197. OLE color: 6906197.

HSL color Cylindrical-coordinate representation of color #556169: hue angle of 204º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556169 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8597105-
CMYK0.190.0800.59
HSL204º10.53%37.25%-
HSV(B)204º19.05%41.18%-
XYZ10.5711.515.03-
YUV94.32134.02121.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=29.62%
G=33.80%
B=36.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85971050.190.0800.5920410.5337.25
Hex55616913803Bccb25
Octal12514115123100733141345
Binary1010101110000111010011001110000111011110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556169; }

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

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

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

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

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

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

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

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