#565D60

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

Shades of Fiord #565D60

Tints of Fiord #565D60

Color information

#565D60 (or 0x565D60) is unknown color: approx Fiord. HEX triplet: 56, 5D and 60. RGB value is (86,93,96). Sum of RGB (Red+Green+Blue) = 86+93+96=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 96 - color contains mainly: blue. Hex color #565D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D60 is #A9A29F. Grayscale: #5B5B5B. Windows color (decimal): -11117216 or 6315350. OLE color: 6315350.

HSL color Cylindrical-coordinate representation of color #565D60: hue angle of 198º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #565D60 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB869396-
CMYK0.100.0300.62
HSL198º5.49%35.69%-
HSV(B)198º10.42%37.65%-
XYZ9.8610.6512.6-
YUV91.25130.68124.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=31.27%
G=33.82%
B=34.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8693960.100.0300.621985.4935.69
Hex565D60A303Ec6524
Octal126135140123076306544
Binary101011010111011100000101011011111011000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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