#566067

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

Shades of Fiord #566067

Tints of Fiord #566067

Color information

#566067 (or 0x566067) is unknown color: approx Fiord. HEX triplet: 56, 60 and 67. RGB value is (86,96,103). Sum of RGB (Red+Green+Blue) = 86+96+103=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: blue. Hex color #566067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566067 is #A99F98. Grayscale: #5D5D5D. Windows color (decimal): -11116441 or 6774870. OLE color: 6774870.

HSL color Cylindrical-coordinate representation of color #566067: hue angle of 204.71º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #566067 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8696103-
CMYK0.170.0700.60
HSL204.71º8.99%37.06%-
HSV(B)204.71º16.5%40.39%-
XYZ10.4711.3214.47-
YUV93.81133.19122.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=30.18%
G=33.68%
B=36.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86961030.170.0700.60204.718.9937.06
Hex56606711703Ccd925
Octal1261401472170743151145
Binary101011011000001100111100011110111100110011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566067; }

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

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

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

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

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

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

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

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