Html Css Color HEX #566166 Fiord

📋 copy color: '#566166'

red 86 ◦ green 97 ◦ blue 102

#566166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #566166

Tints of Fiord #566166

RGB

 RED value IS 86 (33.98% from 255) = 30.18%

 GREEN value IS 97 (38.28% from 255) = 34.04%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 30.18%
G = 34.04%
B = 35.79%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#566166 (or 0x566166) is known color: Fiord. HEX triplet: 56, 61 and 66. RGB value is (86,97,102). Sum of RGB (Red+Green+Blue) = 86+97+102=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #566166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566166 is #A99E99. Grayscale: #5E5E5E. Windows color (decimal): -11116186 or 6709590. OLE color: 6709590.

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

Color convert

RGB 86 97 102 -
CMYK 0.16 0.05 0 0.6
HSL 198.75º 0.09% 0.37% -
HSV(B) 198.75º 0.16% 0.4% -
XYZ 10.51 11.49 14.23 -
YUV 94.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 86 97 102 0.16 0.05 0 0.6 198.75 0.09 0.37
Hex 56 61 66 10 5 0 3C C7 9 25
Octal 126 141 146 20 5 0 74 307 11 45
Binary 1010110 1100001 1100110 10000 101 0 111100 11000111 1001 100101

Color Harmonies of #566166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566166

Black with #566166

Text Example


Text Example

White with #566166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566166; }

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

 H1.HeaderClassName
 {
   color: #566166;
 }
 .AnyTagClassName
 {
   color: #566166;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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