#566066

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

Shades of Fiord #566066

Tints of Fiord #566066

Color information

#566066 (or 0x566066) is unknown color: approx Fiord. HEX triplet: 56, 60 and 66. RGB value is (86,96,102). Sum of RGB (Red+Green+Blue) = 86+96+102=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 102 - color contains mainly: blue. Hex color #566066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566066 is #A99F99. Grayscale: #5D5D5D. Windows color (decimal): -11116442 or 6709334. OLE color: 6709334.

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

Color convert

RGB8696102-
CMYK0.160.0600.6
HSL202.5º8.51%36.86%-
HSV(B)202.5º15.69%40%-
XYZ10.4211.314.2-
YUV93.69132.69122.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=30.28%
G=33.80%
B=35.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86961020.160.0600.6202.58.5136.86
Hex56606610603Cca925
Octal1261401462060743121145
Binary101011011000001100110100001100111100110010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566066; }

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

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

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

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

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

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

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

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