#565C61

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

Shades of Fiord #565C61

Tints of Fiord #565C61

Color information

#565C61 (or 0x565C61) is unknown color: approx Fiord. HEX triplet: 56, 5C and 61. RGB value is (86,92,97). Sum of RGB (Red+Green+Blue) = 86+92+97=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #565C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C61 is #A9A39E. Grayscale: #5A5A5A. Windows color (decimal): -11117471 or 6380630. OLE color: 6380630.

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

Color convert

RGB869297-
CMYK0.110.0500.62
HSL207.27º6.01%35.88%-
HSV(B)207.27º11.34%38.04%-
XYZ9.8210.512.82-
YUV90.78131.51124.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=31.27%
G=33.45%
B=35.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8692970.110.0500.62207.276.0135.88
Hex565C61B503Ecf624
Octal126134141135076317644
Binary1010110101110011000011011101011111011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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