#566267

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

Shades of Fiord #566267

Tints of Fiord #566267

Color information

#566267 (or 0x566267) is unknown color: approx Fiord. HEX triplet: 56, 62 and 67. RGB value is (86,98,103). Sum of RGB (Red+Green+Blue) = 86+98+103=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 103 - color contains mainly: blue. Hex color #566267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566267 is #A99D98. Grayscale: #5E5E5E. Windows color (decimal): -11115929 or 6775382. OLE color: 6775382.

HSL color Cylindrical-coordinate representation of color #566267: hue angle of 197.65º 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 #566267 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8698103-
CMYK0.170.0500.60
HSL197.65º8.99%37.06%-
HSV(B)197.65º16.5%40.39%-
XYZ10.6511.6914.53-
YUV94.98132.52121.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=29.97%
G=34.15%
B=35.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86981030.170.0500.60197.658.9937.06
Hex56626711503Cc6925
Octal1261421472150743061145
Binary101011011000101100111100011010111100110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566267; }

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

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

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

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

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

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

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

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