Html Css Color HEX #556166 Fiord

📋 copy color: '#556166'

red 85 ◦ green 97 ◦ blue 102

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

Shades of Fiord #556166

Tints of Fiord #556166

RGB

 RED value IS 85 (33.59% from 255) = 29.93%

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

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

R = 29.93%
G = 34.15%
B = 35.92%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#556166 (or 0x556166) is known color: Fiord. HEX triplet: 55, 61 and 66. RGB value is (85,97,102). Sum of RGB (Red+Green+Blue) = 85+97+102=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 97 (38.28% from 255 or 34.15% 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 #556166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556166 is #AA9E99. Grayscale: #5D5D5D. Windows color (decimal): -11181722 or 6709589. OLE color: 6709589.

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

Color convert

RGB 85 97 102 -
CMYK 0.17 0.05 0 0.6
HSL 197.65º 0.09% 0.37% -
HSV(B) 197.65º 0.17% 0.4% -
XYZ 10.42 11.44 14.23 -
YUV 93.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 85 97 102 0.17 0.05 0 0.6 197.65 0.09 0.37
Hex 55 61 66 11 5 0 3C C6 9 25
Octal 125 141 146 21 5 0 74 306 11 45
Binary 1010101 1100001 1100110 10001 101 0 111100 11000110 1001 100101

Color Harmonies of #556166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556166

Black with #556166

Text Example


Text Example

White with #556166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556166; }

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

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

background-color css

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

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

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

border-color css

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

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

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