#565D63

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

Shades of Fiord #565D63

Tints of Fiord #565D63

Color information

#565D63 (or 0x565D63) is unknown color: approx Fiord. HEX triplet: 56, 5D and 63. RGB value is (86,93,99). Sum of RGB (Red+Green+Blue) = 86+93+99=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #565D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D63 is #A9A29C. Grayscale: #5B5B5B. Windows color (decimal): -11117213 or 6511958. OLE color: 6511958.

HSL color Cylindrical-coordinate representation of color #565D63: hue angle of 207.69º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #565D63 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB869399-
CMYK0.130.0600.61
HSL207.69º7.03%36.27%-
HSV(B)207.69º13.13%38.82%-
XYZ1010.7113.34-
YUV91.59132.18124.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=30.94%
G=33.45%
B=35.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8693990.130.0600.61207.697.0336.27
Hex565D63D603Dd0724
Octal126135143156075320744
Binary1010110101110111000111101110011110111010000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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