#556369

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

Shades of Fiord #556369

Tints of Fiord #556369

Color information

#556369 (or 0x556369) is unknown color: approx Fiord. HEX triplet: 55, 63 and 69. RGB value is (85,99,105). Sum of RGB (Red+Green+Blue) = 85+99+105=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #556369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556369 is #AA9C96. Grayscale: #5F5F5F. Windows color (decimal): -11181207 or 6906709. OLE color: 6906709.

HSL color Cylindrical-coordinate representation of color #556369: hue angle of 198º 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 #556369 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8599105-
CMYK0.190.0600.59
HSL198º10.53%37.25%-
HSV(B)198º19.05%41.18%-
XYZ10.7611.8715.09-
YUV95.5133.36120.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=29.41%
G=34.26%
B=36.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85991050.190.0600.5919810.5337.25
Hex55636913603Bc6b25
Octal1251431512360733061345
Binary101010111000111101001100111100111011110001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556369; }

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

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

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

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

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

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

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

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