#565D61

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

Shades of Fiord #565D61

Tints of Fiord #565D61

Color information

#565D61 (or 0x565D61) is unknown color: approx Fiord. HEX triplet: 56, 5D and 61. RGB value is (86,93,97). Sum of RGB (Red+Green+Blue) = 86+93+97=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #565D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D61 is #A9A29E. Grayscale: #5B5B5B. Windows color (decimal): -11117215 or 6380886. OLE color: 6380886.

HSL color Cylindrical-coordinate representation of color #565D61: hue angle of 201.82º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #565D61 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB869397-
CMYK0.110.0400.62
HSL201.82º6.01%35.88%-
HSV(B)201.82º11.34%38.04%-
XYZ9.9110.6712.85-
YUV91.36131.18124.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=31.16%
G=33.70%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8693970.110.0400.62201.826.0135.88
Hex565D61B403Eca624
Octal126135141134076312644
Binary1010110101110111000011011100011111011001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565D61; }

 p { color: rgb(86,93,97); }

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

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

 a { background-color: rgb(86,93,97); }

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

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

 span { border-color: rgb(86,93,97); }

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