#565A5D

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

Shades of Fiord #565A5D

Tints of Fiord #565A5D

Color information

#565A5D (or 0x565A5D) is unknown color: approx Fiord. HEX triplet: 56, 5A and 5D. RGB value is (86,90,93). Sum of RGB (Red+Green+Blue) = 86+90+93=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 93 - color contains mainly: blue. Hex color #565A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A5D is #A9A5A2. Grayscale: #595959. Windows color (decimal): -11117987 or 6117974. OLE color: 6117974.

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

Color convert

RGB869093-
CMYK0.080.0300.64
HSL205.71º3.91%35.1%-
HSV(B)205.71º7.53%36.47%-
XYZ9.4710.0811.8-
YUV89.15130.17125.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=31.97%
G=33.46%
B=34.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8690930.080.0300.64205.713.9135.1
Hex565A5D83040ce423
Octal1261321351030100316443
Binary1010110101101010111011000110100000011001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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