#565B5D

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

Shades of Fiord #565B5D

Tints of Fiord #565B5D

Color information

#565B5D (or 0x565B5D) is unknown color: approx Fiord. HEX triplet: 56, 5B and 5D. RGB value is (86,91,93). Sum of RGB (Red+Green+Blue) = 86+91+93=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 93 - color contains mainly: blue. Hex color #565B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B5D is #A9A4A2. Grayscale: #595959. Windows color (decimal): -11117731 or 6118230. OLE color: 6118230.

HSL color Cylindrical-coordinate representation of color #565B5D: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #565B5D is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB869193-
CMYK0.080.0200.64
HSL197.14º3.91%35.1%-
HSV(B)197.14º7.53%36.47%-
XYZ9.5510.2511.83-
YUV89.73129.84125.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=31.85%
G=33.70%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8691930.080.0200.64197.143.9135.1
Hex565B5D82040c5423
Octal1261331351020100305443
Binary1010110101101110111011000100100000011000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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