#565E61

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

Shades of Fiord #565E61

Tints of Fiord #565E61

Color information

#565E61 (or 0x565E61) is unknown color: approx Fiord. HEX triplet: 56, 5E and 61. RGB value is (86,94,97). Sum of RGB (Red+Green+Blue) = 86+94+97=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 97 - color contains mainly: blue. Hex color #565E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E61 is #A9A19E. Grayscale: #5B5B5B. Windows color (decimal): -11116959 or 6381142. OLE color: 6381142.

HSL color Cylindrical-coordinate representation of color #565E61: hue angle of 196.36º 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 #565E61 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB869497-
CMYK0.110.0300.62
HSL196.36º6.01%35.88%-
HSV(B)196.36º11.34%38.04%-
XYZ1010.8512.88-
YUV91.95130.85123.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=31.05%
G=33.94%
B=35.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8694970.110.0300.62196.366.0135.88
Hex565E61B303Ec4624
Octal126136141133076304644
Binary101011010111101100001101111011111011000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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