#566269

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

Shades of Fiord #566269

Tints of Fiord #566269

Color information

#566269 (or 0x566269) is unknown color: approx Fiord. HEX triplet: 56, 62 and 69. RGB value is (86,98,105). Sum of RGB (Red+Green+Blue) = 86+98+105=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #566269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566269 is #A99D96. Grayscale: #5F5F5F. Windows color (decimal): -11115927 or 6906454. OLE color: 6906454.

HSL color Cylindrical-coordinate representation of color #566269: hue angle of 202.11º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #566269 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8698105-
CMYK0.180.0700.59
HSL202.11º9.95%37.45%-
HSV(B)202.11º18.1%41.18%-
XYZ10.7611.7315.06-
YUV95.21133.52121.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=29.76%
G=33.91%
B=36.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86981050.180.0700.59202.119.9537.45
Hex56626912703Bcaa25
Octal1261421512270733121245
Binary101011011000101101001100101110111011110010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566269; }

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

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

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

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

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

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

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

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