#565C60

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

Shades of Fiord #565C60

Tints of Fiord #565C60

Color information

#565C60 (or 0x565C60) is unknown color: approx Fiord. HEX triplet: 56, 5C and 60. RGB value is (86,92,96). Sum of RGB (Red+Green+Blue) = 86+92+96=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 96 - color contains mainly: blue. Hex color #565C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C60 is #A9A39F. Grayscale: #5A5A5A. Windows color (decimal): -11117472 or 6315094. OLE color: 6315094.

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

Color convert

RGB869296-
CMYK0.100.0400.62
HSL204º5.49%35.69%-
HSV(B)204º10.42%37.65%-
XYZ9.7810.4812.57-
YUV90.66131.01124.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=31.39%
G=33.58%
B=35.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8692960.100.0400.622045.4935.69
Hex565C60A403Ecc524
Octal126134140124076314544
Binary1010110101110011000001010100011111011001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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